mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
[GTK 3.20] Use homogeneous margin on both side of headerbar separator. Fixes #442
This commit is contained in:
committed by
Khurshid Alam
parent
ea2a1710ee
commit
85b5247e9d
@@ -132,6 +132,11 @@
|
|||||||
|
|
||||||
separator.titlebutton { margin-left: $spacing * 2; }
|
separator.titlebutton { margin-left: $spacing * 2; }
|
||||||
|
|
||||||
|
button.titlebutton + separator.titlebutton {
|
||||||
|
margin-left: 0;
|
||||||
|
margin-right: $spacing * 2;
|
||||||
|
}
|
||||||
|
|
||||||
button.titlebutton {
|
button.titlebutton {
|
||||||
padding: $spacing;
|
padding: $spacing;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user