Changes
parent
c3a8c0a398
commit
4a56ca3a75
|
@ -58,14 +58,6 @@
|
||||||
color: @theme_fg_color;
|
color: @theme_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.background.client-decorated {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.background.window-content {
|
|
||||||
background-color: @theme_bg_color;
|
|
||||||
}
|
|
||||||
|
|
||||||
GtkClutterOffscreen {
|
GtkClutterOffscreen {
|
||||||
background-color: @theme_bg_color;
|
background-color: @theme_bg_color;
|
||||||
color: @theme_fg_color;
|
color: @theme_fg_color;
|
||||||
|
@ -380,11 +372,11 @@ GtkIconView.content-view.check:selected {
|
||||||
* drawing area *
|
* drawing area *
|
||||||
****************/
|
****************/
|
||||||
GtkDrawingArea {
|
GtkDrawingArea {
|
||||||
background-color: transparent;
|
background-color: @theme_base_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
GtkDrawingArea:insensitive {
|
GtkDrawingArea:insensitive {
|
||||||
background-color: shade(@theme_bg_color, 0.9);
|
background-color: shade(@theme_base_color, 0.9);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***********
|
/***********
|
||||||
|
|
Loading…
Reference in New Issue