Make GtkExpander use GtkStyleContext

This commit is contained in:
Carlos Garnacho
2010-12-13 20:04:40 +01:00
parent 89e6cad92f
commit a517cf1bed
3 changed files with 85 additions and 120 deletions

View File

@ -3608,8 +3608,16 @@ gtk_css_provider_get_default (void)
" color: @selected_fg_color;\n"
"}\n"
"\n"
".expander {\n"
" color: #fff;\n"
"}\n"
"\n"
".expander:prelight {\n"
" color: @selected_fg_color\n"
" color: @text_color;\n"
"}\n"
"\n"
".expander:active {\n"
" transition: 300ms linear;\n"
"}\n"
"\n"
"*:insensitive {\n"