Adwaita: Update separator styling

Separators no longer draw a line with the foreground color,
but instead just draw background.
This commit is contained in:
Matthias Clasen 2015-12-14 15:56:56 -05:00
parent 17be791b0b
commit 20e1ff44e8
3 changed files with 9 additions and 3 deletions

View File

@ -2553,7 +2553,9 @@ scrolledwindow {
separator {
// always disable separators
// -GtkWidget-wide-separators: true;
color: transparentize(black, 0.9);
background: transparentize(black, 0.9);
min-width: 1px;
min-height: 1px;
// Font and File button separators
button.file &.vertical,

View File

@ -3625,7 +3625,9 @@ scrolledwindow junction {
background-color: #323737; }
separator {
color: rgba(0, 0, 0, 0.1); }
background: rgba(0, 0, 0, 0.1);
min-width: 1px;
min-height: 1px; }
button.file separator.vertical, button.font separator.vertical {
-GtkWidget-wide-separators: true; }

View File

@ -3787,7 +3787,9 @@ scrolledwindow junction {
background-color: #e1e1df; }
separator {
color: rgba(0, 0, 0, 0.1); }
background: rgba(0, 0, 0, 0.1);
min-width: 1px;
min-height: 1px; }
button.file separator.vertical, button.font separator.vertical {
-GtkWidget-wide-separators: true; }