mirror of
https://github.com/He4eT/Desolate-GTK.git
synced 2026-05-04 17:37:22 +00:00
general: backdrop
This commit is contained in:
parent
f3aaa865ff
commit
98cfdcf033
1 changed files with 12 additions and 1 deletions
|
|
@ -34,7 +34,6 @@ headerbar .subtitle,
|
|||
|
||||
.background{background-color: @gtk_bg_color; color: @gtk_fg_color;}
|
||||
|
||||
/* notebook > stack:not(:only-child), */
|
||||
.view,
|
||||
list,
|
||||
.nautilus-window,
|
||||
|
|
@ -56,6 +55,18 @@ popover scrolledwindow.frame viewport.frame list {
|
|||
background-color: shade(@gtk_base_color, 1.18);
|
||||
}
|
||||
|
||||
.view:backdrop,
|
||||
entry:backdrop,
|
||||
list:backdrop,
|
||||
textview text:backdrop,
|
||||
spinbutton:backdrop,
|
||||
check:backdrop,
|
||||
radio:backdrop,
|
||||
.nautilus-window:backdrop,
|
||||
.dynamic-notebook:backdrop {
|
||||
background-color: @gtk_bg_color;
|
||||
}
|
||||
|
||||
/* sidebars color background */
|
||||
scrolledwindow.view list,
|
||||
.frame.sidebar .view,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue