diff options
author | Joas Schilling <coding@schilljs.com> | 2019-03-19 09:40:39 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2019-03-19 09:40:39 +0100 |
commit | 1f925ca4c517f3e13cc5965c35bd1ca7095b87ea (patch) | |
tree | 641641371ad0a2261aaabf98829f014da87f6e24 /core/css | |
parent | f6b506bc874e4f593e4098e2ec255ac44f2a4e14 (diff) | |
download | nextcloud-server-1f925ca4c517f3e13cc5965c35bd1ca7095b87ea.tar.gz nextcloud-server-1f925ca4c517f3e13cc5965c35bd1ca7095b87ea.zip |
Also style the "too many apps" menu
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/header.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index d15119aa40f..46c9083e458 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -112,6 +112,7 @@ } /* Use by the apps menu and the settings right menu */ + #apps > ul, &.settings-menu > ul { li { a { |