-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgtk.css
77 lines (62 loc) · 1.51 KB
/
gtk.css
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
GtkToolbar {
padding: 1px;
}
GtkButton {
padding: 4px;
}
GtkComboBox GtkToggleButton {
padding: 2px;
}
* {
-GtkScrollbar-has-backward-stepper: true;
-GtkScrollbar-has-forward-stepper: true;
}
scrollbar slider, scrollbar slider:hover {
min-width: 11px;
min-height: 11px;
border-radius: 0;
border-left: 1px solid @outset_lighter_color;
border-top: 1px solid @outset_lighter_color;
border-right: 1px solid @black_color;
border-bottom: 1px solid @black_color;
}
scrollbar.vertical slider {
min-height: 30px;
}
/* Disable overlay scrollbar dotted line */
undershoot.top, undershoot.right, undershoot.bottom, undershoot.left {
background-image: none;
}
/* https://ogbe.net/blog/gnome_titles.html */
/* shrink headerbars */
headerbar {
min-height: 0px;
padding-left: 2px;
padding-right: 2px;
}
headerbar entry,
headerbar spinbutton,
headerbar button,
headerbar separator {
margin-top: 0px;
margin-bottom: 3px;
}
/* shrink ssd titlebars */
.default-decoration {
min-height: 0; /* let the entry and button drive the titlebar size */
padding: 0px;
}
.default-decoration .titlebutton {
min-height: 0px;
min-width: 0px;
}
window.ssd headerbar.titlebar {
padding-top: 3px;
padding-bottom: 3px;
min-height: 0;
}
window.ssd headerbar.titlebar button.titlebutton {
padding-top: 3px;
padding-bottom:3px;
min-height: 0;
}