Make GtkCheckButton/GtkRadioButton background white again

This commit is contained in:
Carlos Garnacho 2011-01-18 20:02:51 +01:00
parent 687ac4d4aa
commit f430a306f7

View File

@ -3735,6 +3735,7 @@ gtk_css_provider_get_default (void)
".check, .radio {\n"
" border-style: solid;\n"
" border-width: 1;\n"
" background-color: @base_color;\n"
"}\n"
"\n"
".check:active, .radio:active,\n"