mirror of
https://github.com/He4eT/Desolate-GTK.git
synced 2026-05-05 01:47: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;}
|
.background{background-color: @gtk_bg_color; color: @gtk_fg_color;}
|
||||||
|
|
||||||
/* notebook > stack:not(:only-child), */
|
|
||||||
.view,
|
.view,
|
||||||
list,
|
list,
|
||||||
.nautilus-window,
|
.nautilus-window,
|
||||||
|
|
@ -56,6 +55,18 @@ popover scrolledwindow.frame viewport.frame list {
|
||||||
background-color: shade(@gtk_base_color, 1.18);
|
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 */
|
/* sidebars color background */
|
||||||
scrolledwindow.view list,
|
scrolledwindow.view list,
|
||||||
.frame.sidebar .view,
|
.frame.sidebar .view,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue