diff options
author | Marvin W <git@larma.de> | 2022-02-12 12:54:48 +0100 |
---|---|---|
committer | Marvin W <git@larma.de> | 2022-02-12 14:36:25 +0100 |
commit | 0f5f57888e2e237549b1bc7002770ec102ff0e6b (patch) | |
tree | 7e95ea3bc079804b13e6cddbec32710242b6ef3b /main/data/theme.css | |
parent | be751a5dda6e4b4612276d278f59f9f96ed0298c (diff) | |
download | dino-0f5f57888e2e237549b1bc7002770ec102ff0e6b.tar.gz dino-0f5f57888e2e237549b1bc7002770ec102ff0e6b.zip |
Calls: Use GtkHeaderBar for each participant
Diffstat (limited to 'main/data/theme.css')
-rw-r--r-- | main/data/theme.css | 42 |
1 files changed, 24 insertions, 18 deletions
diff --git a/main/data/theme.css b/main/data/theme.css index b8def4e1..2451f5d9 100644 --- a/main/data/theme.css +++ b/main/data/theme.css @@ -256,6 +256,10 @@ box.dino-input-error label.input-status-highlight-once { /* Call window */ +.dino-call-window decoration { + border-radius: 0; +} + .dino-call-window .titlebar { min-height: 0; } @@ -264,12 +268,6 @@ box.dino-input-error label.input-status-highlight-once { box-shadow: none; } -.dino-call-window .titlebutton.close:hover { - background: rgba(255,255,255,0.15); - border-color: rgba(255,255,255,0); - box-shadow: none; -} - .dino-call-window button.call-button { outline: 0; border-radius: 1000px; @@ -335,29 +333,37 @@ box.dino-input-error label.input-status-highlight-once { background: rgba(20,20,20,0.5); } -.dino-call-window .call-header-bar { +.dino-call-window .participant-header-bar { + background: none; + border: none; + border-radius: 0; + color: #ededec; + text-shadow: 0 0 2px black; +} + +.dino-call-window .call-header-background { background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0)); border: 0; border-radius: 0; } -.dino-call-window .call-header-bar { - color: #ededec; +.dino-call-window .participant-header-bar button { + background: none; } -.dino-call-window .call-header-bar button image { - color: alpha(white, 0.7); +.dino-call-window .participant-header-bar button:hover { + background: rgba(255,255,255,0.15); + border-color: rgba(255,255,255,0); + box-shadow: none; } -.dino-call-window .call-header-bar button:hover image { - color: white; +.dino-call-window .participant-header-bar button image { + color: alpha(white, 0.7); + -gtk-icon-shadow: none; } -.dino-call-window .participant-title-button { - background: none; - border: 0; - border-radius: 0; - box-shadow: none; +.dino-call-window .participant-header-bar button:hover image { + color: white; } .dino-call-window .call-bottom-bar { |