diff options
author | Greta Doci <gretadoci@gmail.com> | 2019-05-23 18:44:07 +0200 |
---|---|---|
committer | Greta Doci <gretadoci@gmail.com> | 2019-05-26 17:03:40 +0200 |
commit | bb811ee3e1d46def80c112242343264b2622779e (patch) | |
tree | 4df29cb58fdf59b6323160a93d422c6cfa4ba14a /apps | |
parent | 74ad4cce838172a51d441ffd53b7cae936f9dbb3 (diff) | |
download | nextcloud-server-bb811ee3e1d46def80c112242343264b2622779e.tar.gz nextcloud-server-bb811ee3e1d46def80c112242343264b2622779e.zip |
Change text color in search box in darktheme, ref #15598
Signed-off-by: Greta Doci <gretadoci@gmail.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/accessibility/css/themedark.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/accessibility/css/themedark.scss b/apps/accessibility/css/themedark.scss index 185b921fe67..6ee73a0301b 100644 --- a/apps/accessibility/css/themedark.scss +++ b/apps/accessibility/css/themedark.scss @@ -42,8 +42,7 @@ $color-border-dark: lighten($color-main-background, 14%); // since svg icons are inverted, revert to white for the header .header-right > * { - >[class^='icon-'], - >[class*=' icon-'] { + >[class^='icon-'] { filter: invert(100%); } } |