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:
authorJoas Schilling <coding@schilljs.com>2020-02-07 17:55:26 +0300
committerJoas Schilling <coding@schilljs.com>2020-02-07 17:55:26 +0300
commit9aee8d7747fc6940fb35dd5316d93b350f1980eb (patch)
treea2cd650ac05df94b667716ecaaff39b9af69b456 /css
parent9d44f8d0095b46d86145cb88bb551894e7ec475f (diff)
Add a red camera icon for conversations with an ongoing call
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'css')
-rw-r--r--css/icons.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/icons.scss b/css/icons.scss
index b33b9620f..f777f2dcb 100644
--- a/css/icons.scss
+++ b/css/icons.scss
@@ -71,6 +71,11 @@
@include icon-color('star-dark', 'actions', 'FC0', 1, true);
}
+ .icon-active-call {
+ /* Show red camera icon for ongoing calls. */
+ @include icon-color('video', 'actions', 'E9322D', 1, true);
+ }
+
.icon-delete-critical {
@include icon-color('delete', 'actions', $color-error, 1, true);
&:hover,