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.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/video.scss b/css/video.scss
index e858a7c77..1559d8ec3 100644
--- a/css/video.scss
+++ b/css/video.scss
@@ -72,6 +72,10 @@ video {
box-shadow: 0 0 15px $color-box-shadow;
}
+#videos .videoContainer .avatar.not-connected {
+ opacity: 0.5;
+}
+
.participants-1 #videos .videoContainer video,
.participants-2 #videos .videoContainer video {
padding: 0;