forked from AuroraMiddleware/gtk
Adwaita: Update separator styling
Separators no longer draw a line with the foreground color, but instead just draw background.
This commit is contained in:
parent
17be791b0b
commit
20e1ff44e8
@ -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,
|
||||
|
@ -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; }
|
||||
|
||||
|
@ -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; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user