diff options
author | fiaxh <git@lightrise.org> | 2023-04-22 19:47:32 +0200 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2023-04-22 19:52:28 +0200 |
commit | 03e367ecb88fe142a6244b397ca32531160ccbb0 (patch) | |
tree | a7313b9680f8757af479c6050f637eecae98fd46 /main/data/style.css | |
parent | 83476d1cadf7c2bddc79c2e44b6b4e28192f8f18 (diff) | |
download | dino-03e367ecb88fe142a6244b397ca32531160ccbb0.tar.gz dino-03e367ecb88fe142a6244b397ca32531160ccbb0.zip |
Fix call window styling
Diffstat (limited to 'main/data/style.css')
-rw-r--r-- | main/data/style.css | 8 |
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; |