diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-07-04 11:19:45 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2018-07-19 08:16:58 +0200 |
commit | a24cad1a1cdce76ae77af889181f20f6eb38b0c9 (patch) | |
tree | 56f14f822c22129241c1a3d26926eadbb378d51f /apps/accessibility/css/themedark.scss | |
parent | 9e5885963c5dc09c20183732f0f94ca01598530e (diff) | |
download | nextcloud-server-a24cad1a1cdce76ae77af889181f20f6eb38b0c9.tar.gz nextcloud-server-a24cad1a1cdce76ae77af889181f20f6eb38b0c9.zip |
Fix accessibility invert
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/accessibility/css/themedark.scss')
-rw-r--r-- | apps/accessibility/css/themedark.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/accessibility/css/themedark.scss b/apps/accessibility/css/themedark.scss index ecde4ec4c8a..fc33b333ce9 100644 --- a/apps/accessibility/css/themedark.scss +++ b/apps/accessibility/css/themedark.scss @@ -45,7 +45,7 @@ $color-border-dark: lighten($color-main-background, 14%); } // since svg icons are inverted, revert to white for the header -#header-right > * { +.header-right > * { [class^='icon-'], [class*=' icon-'] { filter: invert(100%); } |