GtkCssProvider: Draw frame around menubars and toolbars in default CSS.

This commit is contained in:
Carlos Garnacho 2010-11-22 21:42:30 +01:00
parent fea567bb9f
commit 85aa672ff7

View File

@ -3552,6 +3552,13 @@ gtk_css_provider_get_default (void)
" border-style: inset;\n"
" border-width: 1;\n"
"}\n"
"\n"
".menu,\n"
".menubar,\n"
".toolbar {\n"
" border-style: outset;\n"
" border-width: 1;\n"
"}\n"
"\n";
provider = gtk_css_provider_new ();