diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2019-01-21 17:29:22 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2019-01-21 17:29:22 +0100 |
commit | b8827ce64aa43c249f43f444c456f3e92f495861 (patch) | |
tree | 351ee8e879574d50e7d98275225585ee4e25ed03 /apps/accessibility/css/themedark.scss | |
parent | 0b201ec7715183d68f087df32f1f542483696018 (diff) | |
download | nextcloud-server-b8827ce64aa43c249f43f444c456f3e92f495861.tar.gz nextcloud-server-b8827ce64aa43c249f43f444c456f3e92f495861.zip |
Add CSS to dark theme so activity icons show in stream, ref nextcloud/activity#335
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/accessibility/css/themedark.scss')
-rw-r--r-- | apps/accessibility/css/themedark.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/accessibility/css/themedark.scss b/apps/accessibility/css/themedark.scss index 5e73468c949..8bd5be949ce 100644 --- a/apps/accessibility/css/themedark.scss +++ b/apps/accessibility/css/themedark.scss @@ -20,7 +20,8 @@ $color-border-dark: lighten($color-main-background, 14%); #app-navigation > ul > li > a:first-child, #app-navigation > ul > li > ul > li > a:first-child, #contactsmenu-menu a, -#expanddiv a { +#expanddiv a, +.activity-section .activity-icon.monochrome { img { filter: invert(100%); } |