aboutsummarylogtreecommitdiffstats
path: root/smaller-adwaita.css
blob: 01f02a31e1c5a794718fc475e8487a10a32281b8 (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
54
55
56
57
58
59
60
61
62
63

/* GTK3-mushrooms */
button,
button.titlebutton {
	padding: 3px 7px;
	min-height: 20px;
	min-width: 15px;
}
notebook > header.top tab,
notebook > header.bottom tab {
	padding: 0 5px;
}
notebook > header.left tab,
notebook > header.right tab {
	padding: 0 8px;
}
notebook tab button {
	padding: 0px;
	min-height: 15px;
}
entry,
spinbutton:not(.vertical) {
	min-height: 26px;
}
treeview button {
	padding: 0 7px;
	min-height: 23px;
}
progressbar.horizontal trough,
progressbar.horizontal progress,
progressbar.vertical trough,
progressbar.vertical progress,
levelbar trough {
	min-height: 9px;
	min-width: 9px;
}
scale {
	padding: 10px 0;
}
headerbar, switch slider {
	min-height: 0;
}
popover > * {
	margin: -4px;
}
tooltip * {
	padding: 0px;
}
.background:not(.tiled):not(.maximized):not(.solid-csd) .titlebar:backdrop,
.background:not(.tiled):not(.maximized):not(.solid-csd) .titlebar,
.titlebar:not(headerbar),
headerbar {
	background-image: none;
	border-radius: 0;
}
placessidebar row {
	min-height: 29px;
}
placessidebar row button.sidebar-button {
	min-height: 20px;
	min-width: 20px;
	padding: 0;
}