aboutsummaryrefslogtreecommitdiff
path: root/.themes/FlatColor/gtk-3.0/widgets/column-header.css
blob: b423780fbf49331684cb0b3ef5d471857b58e3d7 (plain)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/*****************
 * column-header *
 *****************/
column-header.button,
column-header.button:active,
column-header .button,
column-header .button:active {
    font-weight: bold;
    border-width: 0;
    border-radius: 0;
}
column-header.button,
column-header.button:active,
column-header.button:focus,
column-header.button:active:focus,
column-header .button,
column-header .button:active,
column-header .button:focus,
column-header .button:active:focus {

    box-shadow: none;
    background-color: inherit;
    background-image: none;
}
column-header.button:hover,
column-header.button:active:hover,
column-header.button:hover:focus,
column-header.button:active:hover:focus,
column-header .button:hover,
column-header .button:active:hover,
column-header .button:hover:focus,
column-header .button:active:hover:focus {
 
    box-shadow: none;
    background-color: inherit;
    background-image: none;
}
column-header:last-child.button,
column-header:last-child .button {

}
column-header.button,
column-header .button,
column-header.button:focus,
column-header .button:focus {
    color: shade(@theme_text_color, 1.1);
}
column-header.button:active,
column-header .button:active,
column-header.button:active:focus,
column-header .button:active:focus {
    color: @theme_selected_bg_color;
}