diff --git a/gtk-3.0/gtk-widgets.css b/gtk-3.0/gtk-widgets.css index afda929..ec51274 100644 --- a/gtk-3.0/gtk-widgets.css +++ b/gtk-3.0/gtk-widgets.css @@ -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;