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-08 20:32:57 +0300
committerJoas Schilling <coding@schilljs.com>2020-05-08 20:32:57 +0300
commit704637c84916234b8112c2398897385db6a1df34 (patch)
treef35cfa961339a474c42e1a0584eb8f43f513526d /css
parent64dfe6877f183af2ff182a0da19abbec2db4af99 (diff)
Fix three dot color when in a call
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'css')
-rw-r--r--css/icons.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/css/icons.scss b/css/icons.scss
index 518e6c01b..0d1665fa6 100644
--- a/css/icons.scss
+++ b/css/icons.scss
@@ -44,7 +44,8 @@
}
&.in-call {
- .app-navigation-toggle {
+ .app-navigation-toggle,
+ .action-item__menutoggle {
color: #fff;
}
}