Set the style for .view so i.e the GtkTextView gets the right style.

This commit is contained in:
Ignacio Casal Quinteiro 2011-01-07 11:34:35 +01:00
parent da41937b42
commit 8de4661d80

View File

@ -3638,7 +3638,12 @@ gtk_css_provider_get_default (void)
" color: shade (@bg_color, 0.7);\n"
"}\n"
"\n"
"GtkTreeView, GtkIconView, GtkTextView {\n"
"GtkTreeView, GtkIconView {\n"
" background-color: @base_color;\n"
" color: @text_color;\n"
"}\n"
"\n"
".view {\n"
" background-color: @base_color;\n"
" color: @text_color;\n"
"}\n"