зеркало из https://github.com/nextcloud/spreed.git
Use dark icons when not in a call (= white background)
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Родитель
51d2039a40
Коммит
a10587095c
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче