Inherit colors from parent, fixes overlay-scrollbar bug

pull/54/merge
Satyajit Sahoo 2013-07-01 01:15:03 +05:30
parent a81bbbbf4f
commit 116a8034eb
1 changed files with 7 additions and 0 deletions

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;