GtkCssProvider: theme notebooks.

This commit is contained in:
Carlos Garnacho 2010-11-15 23:28:53 +01:00
parent 6099399fa7
commit 43cff6f6f7

View File

@ -3168,6 +3168,11 @@ gtk_css_provider_get_default (void)
" border-style: inset;\n"
" border-width: 2;\n"
"}\n"
"\n"
".notebook {\n"
" border-style: outset;\n"
" border-width: 1;\n"
"}\n"
"\n";
provider = gtk_css_provider_new ();