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-04-27 17:56:09 +0300
committerJoas Schilling <coding@schilljs.com>2020-05-08 17:47:18 +0300
commit7ee60c13f3aec876db91d7b252e600c6f10e571b (patch)
tree207f85231037e1d0c02677edbaceb0b3fa64bf08 /css
parent61597ed04ca8cfe6f5eb21163745ff3dceddc6d6 (diff)
Make the app-navigation-toggle forced white when in-call
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'css')
-rw-r--r--css/icons.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/icons.scss b/css/icons.scss
index 8740330e5..518e6c01b 100644
--- a/css/icons.scss
+++ b/css/icons.scss
@@ -43,6 +43,12 @@
background-image: url(icon-color-path('user', 'actions', 'fff', 1, true));
}
+ &.in-call {
+ .app-navigation-toggle {
+ color: #fff;
+ }
+ }
+
.forced-white {
&.icon-menu-people {
background-image: url(icon-color-path('menu-people', 'spreed', 'fff', 1));