Render check/radio buttons with border-color: @fg_color

This commit is contained in:
Carlos Garnacho 2011-01-23 20:01:22 +01:00
parent 13a3954ad4
commit e3774b6ff2

View File

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