aboutsummaryrefslogtreecommitdiff
path: root/main/data/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'main/data/style.css')
-rw-r--r--main/data/style.css8
1 files changed, 2 insertions, 6 deletions
diff --git a/main/data/style.css b/main/data/style.css
index deac24fe..af1c58fa 100644
--- a/main/data/style.css
+++ b/main/data/style.css
@@ -396,17 +396,13 @@ box.dino-input-error .chat-input-status.input-status-highlight-once {
text-shadow: 0 0 2px black;
}
-.dino-call-window .call-header-background {
+.dino-call-window .participant-header-bar {
background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0));
border: 0;
border-radius: 0;
}
-.dino-call-window .participant-header-bar button {
- background: none;
-}
-
-.dino-call-window .participant-header-bar button:hover {
+.dino-call-window .participant-header-bar button:hover:not(.close) {
background: rgba(255,255,255,0.15);
border-color: rgba(255,255,255,0);
box-shadow: none;