Use dark icons when not in a call (= white background)

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2018-01-09 23:08:25 +01:00
Родитель 51d2039a40
Коммит a10587095c
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -378,6 +378,14 @@ video {
background-color: #000;
}
/* Use dark icons when not in a call (= white background) */
#app-content:not(.incall),
#app-content:not(.screensharing) {
.icon-white.icon-shadow {
filter: none;
}
}
#app-content.screensharing .videoContainer video {
max-height: 200px;
background-color: transparent;