aboutsummarylogtreecommitdiffstats
path: root/smaller-adwaita.css
blob: 684651c2ce318a084bc470be088f48d29a0fa919 (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

/* GTK3-mushrooms */
button {
	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;
}
.background:not(.tiled):not(.maximized):not(.solid-csd) .titlebar:backdrop, .background:not(.tiled):not(.maximized):not(.solid-csd) .titlebar {
	background-image: none;
	border-radius: 0;
}
placessidebar row {
	min-height: 29px;
}
placessidebar row button.sidebar-button {
	min-height: 20px;
	min-width: 20px;
	padding: 0;
}