aboutsummaryrefslogtreecommitdiff
path: root/.themes/FlatColor/gtk-3.0/widgets/header-bar.css
blob: c1bd12d7b3eee279fca0d01275d38d8f69f230c7 (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
/**************
 * header-bar *
 **************/

.header-bar {
    padding: 6px;
    border-width: 0;
    border-style: none;
    background-color: @theme_bg_color;
}

.header-bar .button.text-button {
    padding: 4px;
}

.header-bar .button.image-button {
    padding: 6px;
}

.header-bar .title {
    font: bold;
}

.header-bar .subtitle {
    font: smaller;
}