From 5ee322cbd987d36497522b82b876659e1d19da43 Mon Sep 17 00:00:00 2001 From: fiaxh Date: Tue, 24 Dec 2024 16:02:13 +0100 Subject: Contact details dialog: Add encryption tab --- main/data/conversation_details.css | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) (limited to 'main/data/conversation_details.css') 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 -- cgit v1.2.3-70-g09d2