blob: 7d7e145df506e490d558ba48b50fd1ac660fac82 (
plain) (
blame)
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
|
headerbar entry,
headerbar spinbutton,
headerbar button,
headerbar separator {
margin-top: 0px; /* same as headerbar side padding for nicer proportions */
margin-bottom: 0px;
}
.default-decoration {
min-height: 0; /* let the entry and button drive the titlebar size */
padding: 0px
}
.default-decoration .titlebutton {
min-height: 21px; /* tweak these two props to reduce button size */
min-width: 21px;
}
window.ssd headerbar.titlebar {
border: none;
background-image: linear-gradient(to bottom,
shade(@theme_bg_color, 1.05),
shade(@theme_bg_color, 0.99));
box-shadow: inset 0 1px shade(@theme_bg_color, 1.4);
}
|