Inherit colors from parent, fixes overlay-scrollbar bug
parent
a81bbbbf4f
commit
116a8034eb
|
@ -73,6 +73,13 @@ GtkClutterOffscreen {
|
|||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
|
||||
* {
|
||||
/* inherit colors from parent */
|
||||
color: inherit;
|
||||
background-color: inherit;
|
||||
}
|
||||
|
||||
*:selected,
|
||||
*:selected:focus {
|
||||
background-color: @theme_selected_bg_color;
|
||||
|
|
Loading…
Reference in New Issue