diff options
author | Morris Jobke <hey@morrisjobke.de> | 2019-05-28 13:50:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-28 13:50:44 +0200 |
commit | c2c3feff0e56e716d4d93ba9f70f0f3dd7db0536 (patch) | |
tree | 235bf6518e3ca36c766d4711948823184712463d /apps | |
parent | c3f779b97d4c8f16dd9498063ff3e63d011d63ba (diff) | |
parent | bb811ee3e1d46def80c112242343264b2622779e (diff) | |
download | nextcloud-server-c2c3feff0e56e716d4d93ba9f70f0f3dd7db0536.tar.gz nextcloud-server-c2c3feff0e56e716d4d93ba9f70f0f3dd7db0536.zip |
Merge pull request #15705 from nextcloud/bugfix/15598/text-color-search-box-darktheme
Change text color in search box in darktheme, ref #15598
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%); } } |