Make GtkExpander use GtkStyleContext
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user