forked from AuroraMiddleware/gtk
HighContrast: Fix outdated name for headerbar box
This commit is contained in:
parent
b5afe75700
commit
8cd37ff0df
@ -1209,7 +1209,7 @@ headerbar {
|
||||
font-size: 80%;
|
||||
padding: 0 12px;
|
||||
}
|
||||
& > GtkBox > separator.vertical {
|
||||
& > box > separator.vertical {
|
||||
border-width: 0 1px;
|
||||
border-color: $fg_color;
|
||||
border-style: solid;
|
||||
|
@ -490,7 +490,7 @@ toolbar.inline-toolbar:backdrop, searchbar.inline-toolbar:backdrop { border-colo
|
||||
|
||||
.titlebar .subtitle, headerbar .subtitle { font-size: 80%; padding: 0 12px; }
|
||||
|
||||
.titlebar > GtkBox > separator.vertical, headerbar > GtkBox > separator.vertical { border-width: 0 1px; border-color: #fff; border-style: solid; }
|
||||
.titlebar > box > separator.vertical, headerbar > box > separator.vertical { border-width: 0 1px; border-color: #fff; border-style: solid; }
|
||||
|
||||
.titlebar.selection-mode, headerbar.selection-mode { color: #b7b7b7; text-shadow: 0 1px rgba(0, 0, 0, 0.5); background-image: linear-gradient(to bottom, #eaeaea, #e2e2e2); box-shadow: inset 0 -1px #262626, inset 0 1px #6f6f6f; }
|
||||
|
||||
|
@ -494,7 +494,7 @@ toolbar.inline-toolbar:backdrop, searchbar.inline-toolbar:backdrop { border-colo
|
||||
|
||||
.titlebar .subtitle, headerbar .subtitle { font-size: 80%; padding: 0 12px; }
|
||||
|
||||
.titlebar > GtkBox > separator.vertical, headerbar > GtkBox > separator.vertical { border-width: 0 1px; border-color: #000; border-style: solid; }
|
||||
.titlebar > box > separator.vertical, headerbar > box > separator.vertical { border-width: 0 1px; border-color: #000; border-style: solid; }
|
||||
|
||||
.titlebar.selection-mode, headerbar.selection-mode { color: black; text-shadow: 0 1px rgba(0, 0, 0, 0.5); background-image: linear-gradient(to bottom, #0d0d0d, #050505); box-shadow: inset 0 -1px #d9d9d9, inset 0 1px gray; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user