Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-05-14 14:33:21 +0300
committerJoas Schilling <coding@schilljs.com>2020-05-18 15:00:04 +0300
commite9b5e47192174e956900dda1d44daa1a9de62853 (patch)
tree64b738031257af715c9db3b0ddeedbbe89d2b146 /css
parentbf5b15a5a6aeee188cc811e737eccf6abe686763 (diff)
Add drop shadow again on icons in the topbar too
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'css')
-rw-r--r--css/icons.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/css/icons.scss b/css/icons.scss
index e32c37777..8008453d4 100644
--- a/css/icons.scss
+++ b/css/icons.scss
@@ -46,11 +46,14 @@
&.in-call {
.app-navigation-toggle,
.action-item__menutoggle {
- color: #fff;
+ color: #ffffff;
+ filter: drop-shadow(1px 1px 4px var(--color-box-shadow));
}
}
.forced-white {
+ filter: drop-shadow(1px 1px 4px var(--color-box-shadow));
+
&.icon-menu-people {
background-image: url(icon-color-path('menu-people', 'spreed', 'fff', 1));
}