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>2019-12-06 16:56:28 +0300
committerJoas Schilling <coding@schilljs.com>2019-12-09 13:13:14 +0300
commite3a05400616354beb174741f2d75b7407981ac4b (patch)
tree895ba98a4fa404ed69e8891df826a5aec6ce90ea /css
parent4babf5795e1bf43de7583f4f13f3a05f9dce670c (diff)
Force white icons in the TopBar when in call
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'css')
-rw-r--r--css/icons.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/css/icons.scss b/css/icons.scss
index 995254648..5e633822f 100644
--- a/css/icons.scss
+++ b/css/icons.scss
@@ -24,6 +24,9 @@
&.icon-mail {
background-image: url(icon-color-path('mail', 'actions', 'fff', 1, true));
}
+&.forced-white.icon-menu-people {
+ background-image: url(icon-color-path('menu-people', 'spreed', 'fff', 1));
+}
&.icon-changelog {
background-image: url('../img/changelog.svg');
}