This repository has been archived by the owner on Jul 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
gtk-3.css
85 lines (67 loc) · 1.37 KB
/
gtk-3.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
78
79
80
81
82
83
84
85
/* better readability */
menu separator {
margin-top: 4px;
margin-bottom: 4px;
}
popover.background separator.horizontal {
margin-top: 6px;
margin-bottom: 6px;
}
.dim-label, .titlebar.subtitle {
opacity: 0.8;
}
progressbar.horizontal trough,
progressbar.horizontal progress {
min-height: 8px;
}
progressbar.vertical trough,
progressbar.vertical progress {
min-width: 8px;
}
levelbar trough {
min-height: 7px;
}
/* custom changes */
filechooser #pathbarbox {
background: none;
border-bottom: 1px solid @unfocused_borders;
}
.nautilus-window treeview, filechooser treeview {
padding: 2px;
-GtkTreeView-horizontal-separator: 5;
}
toolbutton button {
-gtk-icon-style: symbolic;
}
/* dialogs */
* {
-GtkDialog-action-area-border: 5;
}
messagedialog {
-GtkDialog-action-area-border: 0;
-GtkWidget-window-dragging: true;
}
messagedialog .dialog-action-area button {
padding-top: 8px;
padding-bottom: 8px;
}
messagedialog .titlebar .title {
margin-top: 1px;
opacity: 0.7;
}
messagedialog .titlebar {
min-height: 0;
}
messagedialog .dialog-vbox {
margin-top: 11px;
}
/* sync with GTK4 */
.titlebar > .right, .titlebar > headerbar > .right {
margin-left: -6px;
}
popover.menu {
background: @content_view_bg;
}
popover.menu modelbutton.flat:hover {
background-color: shade(@content_view_bg, 0.85);
}