summaryrefslogtreecommitdiffstats
path: root/apps/accessibility/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2019-01-17 10:28:52 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2019-01-17 10:28:52 +0100
commitf25fc2ea397cf24bb82bfff8512241b313e6d62a (patch)
tree226973fc5325b93c09c80abac90908912a84e3e1 /apps/accessibility/css
parent6bc8b789188b434c54e9b25221bd671b96ad34ff (diff)
downloadnextcloud-server-f25fc2ea397cf24bb82bfff8512241b313e6d62a.tar.gz
nextcloud-server-f25fc2ea397cf24bb82bfff8512241b313e6d62a.zip
Dark theme: Fix app management icons and other elements
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/accessibility/css')
-rw-r--r--apps/accessibility/css/themedark.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/accessibility/css/themedark.scss b/apps/accessibility/css/themedark.scss
index fc33b333ce9..5c40e33c80a 100644
--- a/apps/accessibility/css/themedark.scss
+++ b/apps/accessibility/css/themedark.scss
@@ -24,6 +24,13 @@ $color-border-dark: lighten($color-main-background, 14%);
filter: invert(100%);
}
}
+#body-settings #content.app-settings .app-image-icon,
+#body-settings #content.app-settings #app-sidebar #app-details-view h2 {
+ svg {
+ filter: invert(100%);
+ }
+}
+
.bubble,
.app-navigation-entry-menu,
.popovermenu {