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:
Diffstat (limited to 'css')
-rw-r--r--css/video.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/css/video.scss b/css/video.scss
index e858a7c77..8a0d909a4 100644
--- a/css/video.scss
+++ b/css/video.scss
@@ -60,6 +60,13 @@ video {
filter: none;
}
+#videos .videoContainer.not-connected {
+ video,
+ .avatar {
+ opacity: 0.5;
+ }
+}
+
#videos .videoContainer:not(.promoted) video {
max-height: 200px;
max-width: 100%;