mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Inherit colors from parent, fixes overlay-scrollbar bug
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user