mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
gtk3.20: Separator fix. (#323)
* * Separator fix. * * Background color change.
This commit is contained in:
committed by
Dustin Falgout
parent
81271692b4
commit
c6cd4c56a6
@@ -293,9 +293,10 @@
|
||||
************/
|
||||
|
||||
@include exports("separator") {
|
||||
view separator, separator {
|
||||
color: shade($bg_color, ($contrast + .1));
|
||||
border: 1px solid currentColor;
|
||||
separator { // vbox and hbox separators
|
||||
background: transparentize(black, .9);
|
||||
min-width: 1px;
|
||||
min-height: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user