diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2019-01-17 10:52:44 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2019-01-17 10:52:44 +0100 |
commit | 092589f20c2a6cfef824938c8d304ccbd04342b3 (patch) | |
tree | 4f3c194a2d31b0d52e9dee968c098db49da2ac38 | |
parent | 5e497edd74a5f79d4c0fde47dd20bde073a3ab11 (diff) | |
download | nextcloud-server-092589f20c2a6cfef824938c8d304ccbd04342b3.tar.gz nextcloud-server-092589f20c2a6cfef824938c8d304ccbd04342b3.zip |
Dark theme: Fix 'More apps' icon
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
-rw-r--r-- | apps/accessibility/css/themedark.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/accessibility/css/themedark.scss b/apps/accessibility/css/themedark.scss index 0e03259a722..e58ca387cfb 100644 --- a/apps/accessibility/css/themedark.scss +++ b/apps/accessibility/css/themedark.scss @@ -40,6 +40,11 @@ $color-border-dark: lighten($color-main-background, 14%); filter: none; } +// Otherwise icon-more gets inverted via function +#appmenu .icon-more-white { + filter: invert(100%); +} + .bubble, .app-navigation-entry-menu, .popovermenu { |