forked from AuroraMiddleware/gtk
Adwaita: add vertical margins to headebar entries and separators
This commit is contained in:
parent
bf48dd9d7c
commit
4853303dd7
@ -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;
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user