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:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-01-10 02:17:35 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-01-10 02:17:35 +0300
commite6dfd58cf83a151f53f6f6426f45b9fa85c51c67 (patch)
tree6e5a0852b88aaad3f5ab81e11f90cf037f66a6db /css
parentb458794e6a6430fda9c835ef84ed29c163d45019 (diff)
Fix icons not actually turning white
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'css')
-rw-r--r--css/style.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/css/style.scss b/css/style.scss
index f1f95fa19..a62f71694 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -379,8 +379,7 @@ video {
}
/* Use dark icons when not in a call (= white background) */
-#app-content:not(.incall),
-#app-content:not(.screensharing) {
+#app-content:not(.incall) {
.icon-white.icon-shadow {
filter: none;