Make expanders prelight

This commit is contained in:
Matthias Clasen
2010-11-22 18:56:10 -05:00
committed by Carlos Garnacho
parent 8b6112b6e0
commit 21a193ad02
3 changed files with 12 additions and 4 deletions

View File

@ -3436,6 +3436,10 @@ gtk_css_provider_get_default (void)
" color: @selected_fg_color;\n"
"}\n"
"\n"
".expander:prelight {\n"
" color: @selected_fg_color\n"
"}\n"
"\n"
"*:insensitive {\n"
" background-color: shade (@bg_color, 0.9);\n"
" color: shade (@bg_color, 0.7);\n"