blob: c31211f83e50ea92cf067cf69eb7cf279a1f4515 (
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
|
/***********
* toolbar *
***********/
toolbar {
padding: 4px;
border-style: none;
background-color: @tooltip_bg_color;
background-image: none;
}
toolbar button {
padding: 2px;
}
toolbar button.text-button {
padding: 2px 4px;
}
toolbar button.path-bar-button {
padding: 6px;
}
toolbar button.image-button {
padding: 2px;
}
toolbar:disabled {
background-color: @bg_color;
}
/* menubar toolbars */
toolbar.menubar {
-GtkToolbar-button-relief: normal;
}
linked entry:active,
linked entry:focus {
box-shadow: inset 4px 0 @selected_bg_color;
}
|