default theme: Fix menuitem check/radio colors

This commit is contained in:
Benjamin Otte 2011-06-12 23:35:39 +02:00
parent 3712ec71d4
commit 287069ca3c

View File

@ -2734,7 +2734,7 @@ gtk_css_provider_get_default (void)
" background-color: @selected_bg_color;\n"
"}\n"
"\n"
".menu.check, .menu.radio {\n"
".menuitem.check, .menuitem.radio {\n"
" color: @fg_color;\n"
" border-style: none;\n"
" border-width: 0;\n"