forked from AuroraMiddleware/gtk
Make GtkCheckButton/GtkRadioButton background white again
This commit is contained in:
parent
687ac4d4aa
commit
f430a306f7
@ -3735,6 +3735,7 @@ gtk_css_provider_get_default (void)
|
|||||||
".check, .radio {\n"
|
".check, .radio {\n"
|
||||||
" border-style: solid;\n"
|
" border-style: solid;\n"
|
||||||
" border-width: 1;\n"
|
" border-width: 1;\n"
|
||||||
|
" background-color: @base_color;\n"
|
||||||
"}\n"
|
"}\n"
|
||||||
"\n"
|
"\n"
|
||||||
".check:active, .radio:active,\n"
|
".check:active, .radio:active,\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user