summaryrefslogtreecommitdiffstats
path: root/apps/accessibility/css/themedark.scss
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-07-04 11:19:45 +0200
committerJulius Härtl <jus@bitgrid.net>2018-07-19 08:16:58 +0200
commita24cad1a1cdce76ae77af889181f20f6eb38b0c9 (patch)
tree56f14f822c22129241c1a3d26926eadbb378d51f /apps/accessibility/css/themedark.scss
parent9e5885963c5dc09c20183732f0f94ca01598530e (diff)
downloadnextcloud-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.scss2
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%);
}