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:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2019-09-26 07:20:07 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2019-09-26 07:20:07 +0300
commit0671d6168d84c579d75c790dcfc40cd2c0d35ed9 (patch)
tree2a5aaf58638cc3256036e1d7130627b5dba0f7d3 /css
parentdc1453ca35ee414f7b9431e63b83049dca779c48 (diff)
Show volume indicator in greyscale when speaking while muted
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'css')
-rw-r--r--css/video.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/video.scss b/css/video.scss
index 981e50b4e..fa3bab9f8 100644
--- a/css/video.scss
+++ b/css/video.scss
@@ -473,3 +473,7 @@ video {
opacity: 0.7;
}
+
+#muteWrapper .icon-audio-off + .volume-indicator {
+ background: linear-gradient(0deg, gray, white 36px);
+}