forked from AuroraMiddleware/gtk
Set the style for .view so i.e the GtkTextView gets the right style.
This commit is contained in:
parent
da41937b42
commit
8de4661d80
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user