Add an outline around menu popups

This commit is contained in:
Matthias Clasen 2010-11-17 01:39:03 -05:00 committed by Carlos Garnacho
parent c8e5d3b07b
commit 72f9a7940f

View File

@ -3155,8 +3155,7 @@ gtk_css_provider_get_default (void)
" color: @text_color;\n"
"}\n"
"\n"
".menu.check,\n"
".menu.radio {\n"
".menu.check, .menu.radio {\n"
" color: @fg_color;\n"
"}\n"
"\n"
@ -3165,6 +3164,11 @@ gtk_css_provider_get_default (void)
" border-style: none;\n"
"}\n"
"\n"
".popup {\n"
" border-style: outset;\n"
" border-width: 1;\n"
"}\n"
"\n"
".viewport {\n"
" border-style: inset;\n"
" border-width: 2;\n"
@ -3174,6 +3178,7 @@ gtk_css_provider_get_default (void)
" border-style: outset;\n"
" border-width: 1;\n"
"}\n"
"\n"
".frame {\n"
" border-style: inset;\n"
" border-width: 1;\n"