diff options
author | fiaxh <git@lightrise.org> | 2024-12-24 16:02:13 +0100 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2025-01-12 19:35:58 +0100 |
commit | 5ee322cbd987d36497522b82b876659e1d19da43 (patch) | |
tree | c22d0bdbf92b30207b64ec74e925af4263ce91fc /main/data/conversation_details.css | |
parent | d78ec0562288fa4ed7d414d2269c00b7b8c2c588 (diff) | |
download | dino-5ee322cbd987d36497522b82b876659e1d19da43.tar.gz dino-5ee322cbd987d36497522b82b876659e1d19da43.zip |
Contact details dialog: Add encryption tab
Diffstat (limited to 'main/data/conversation_details.css')
-rw-r--r-- | main/data/conversation_details.css | 30 |
1 files changed, 27 insertions, 3 deletions
diff --git a/main/data/conversation_details.css b/main/data/conversation_details.css index 0eaf60c0..f0cbf666 100644 --- a/main/data/conversation_details.css +++ b/main/data/conversation_details.css @@ -1,7 +1,31 @@ -.extended-headerbar { - background-color: @headerbar_bg_color; -} .extended-headerbar-end { padding-bottom: 24px; border-bottom: 1px solid @borders; +} + +.extended-headerbar { + background-color: @headerbar_bg_color; + padding-bottom: 0; +} + +.dino-underlined-tabs .toggle { + background: none; + padding: 0; + margin: 0 12px 0 0; + border-left: none; + min-width: 0; +} + +.dino-underlined-tabs .toggle label { + border-bottom: 2px solid transparent; + margin: 0; + padding: 6px; +} + +.dino-underlined-tabs .toggle:checked label { + border-bottom-color: @accent_color; +} + +.dino-underlined-tabs .toggle:hover:not(:checked) label { + border-bottom-color: alpha(@accent_color, 0.25); }
\ No newline at end of file |