Adwaita: add vertical margins to headebar entries and separators

This commit is contained in:
Lapo Calamandrei 2016-01-09 11:25:08 +01:00
parent bf48dd9d7c
commit 4853303dd7
3 changed files with 13 additions and 1 deletions

View File

@ -1287,7 +1287,9 @@ headerbar {
}
}
// add vertical margins to headerbar buttons to avoid them spanning the whole height
// add vertical margins to headerbar entries, buttons and separators to avoid them spanning the whole height
entry,
separator,
button {
margin-top: 6px;
margin-bottom: 6px;

View File

@ -1927,8 +1927,13 @@ headerbar {
.titlebar headerbar.default-decoration button.titlebutton {
min-height: 26px;
padding: 0 5px; }
.titlebar:not(headerbar) entry, .titlebar:not(headerbar) spinbutton,
.titlebar:not(headerbar) separator,
.titlebar:not(headerbar) button,
.titlebar:not(headerbar) button.titlebutton,
headerbar entry,
headerbar spinbutton,
headerbar separator,
headerbar button,
headerbar button.titlebutton,
headerbar .titlebar button.titlebutton,

View File

@ -1931,8 +1931,13 @@ headerbar {
.titlebar headerbar.default-decoration button.titlebutton {
min-height: 26px;
padding: 0 5px; }
.titlebar:not(headerbar) entry, .titlebar:not(headerbar) spinbutton,
.titlebar:not(headerbar) separator,
.titlebar:not(headerbar) button,
.titlebar:not(headerbar) button.titlebutton,
headerbar entry,
headerbar spinbutton,
headerbar separator,
headerbar button,
headerbar button.titlebutton,
headerbar .titlebar button.titlebutton,