aboutsummaryrefslogtreecommitdiff
path: root/main/data/conversation_details.css
blob: f0cbf666381886accacc12fd3cc249e578b98e6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.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);
}