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-04-04 10:41:20 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2019-04-04 10:41:20 +0300
commit56b156bd4cb21b3ada6c56e4fd643d866f288952 (patch)
treed3fdb1384497bd7b684f5cade0fc9a1d214adef5 /css
parentbb33ca6a346c5459c314222c98f4b4be39779859 (diff)
Fix ICE failed indicator icon not forced to white in call
Icons paired with the "force-icon-white-in-call" CSS class need to be explicitly coloured in white; otherwise they are shown with the default black colour. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'css')
-rw-r--r--css/video.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/css/video.scss b/css/video.scss
index 384740512..e858a7c77 100644
--- a/css/video.scss
+++ b/css/video.scss
@@ -407,6 +407,9 @@ video {
&.icon-screen-off {
background-image: url(icon-color-path('screen-off', 'actions', 'fff', 1, true));
}
+ &.icon-error {
+ background-image: url(icon-color-path('error', 'actions', 'fff', 1, true));
+ }
/* ".force-icon-white-in-call" can be combined with ".icon-shadow" just like
* ".icon-white". */