diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2019-01-17 10:44:13 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2019-01-17 10:44:13 +0100 |
commit | 5e497edd74a5f79d4c0fde47dd20bde073a3ab11 (patch) | |
tree | ee389fdf39e624df31ff0917358586f551df4ed8 /apps/accessibility/css | |
parent | a47784e8f6b2f46cbb8a63a32ed94d7d5921bfb7 (diff) | |
download | nextcloud-server-5e497edd74a5f79d4c0fde47dd20bde073a3ab11.tar.gz nextcloud-server-5e497edd74a5f79d4c0fde47dd20bde073a3ab11.zip |
Dark theme: Fix Contacts menu icons
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/accessibility/css')
-rw-r--r-- | apps/accessibility/css/themedark.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/accessibility/css/themedark.scss b/apps/accessibility/css/themedark.scss index 4c35cbce6f0..0e03259a722 100644 --- a/apps/accessibility/css/themedark.scss +++ b/apps/accessibility/css/themedark.scss @@ -19,6 +19,7 @@ $color-border-dark: lighten($color-main-background, 14%); #app-navigation > ul > li > a:first-child, #app-navigation > ul > li > ul > li > a:first-child, +#contactsmenu-menu a, #expanddiv a { img { filter: invert(100%); @@ -33,6 +34,12 @@ $color-border-dark: lighten($color-main-background, 14%); } } +// No inversion for icons which are already inverted via functions +#contactsmenu-menu .emptycontent .icon-search, +#contactsmenu-menu .other-actions.icon-more { + filter: none; +} + .bubble, .app-navigation-entry-menu, .popovermenu { |