Inherit colors from parent, fixes overlay-scrollbar bug

This commit is contained in:
Satyajit Sahoo
2013-07-01 01:15:03 +05:30
parent a81bbbbf4f
commit 116a8034eb
+7
View File
@@ -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;