GtkCssProvider: Set child combinators in default CSS.

This commit is contained in:
Carlos Garnacho 2010-08-04 11:46:01 +02:00
parent 5f77ead9c6
commit d47d3d0200

View File

@ -1580,7 +1580,7 @@ gtk_css_provider_get_default (void)
"@tooltip_bg_color: #eee1b3; \n"
"@tooltip_fg_color: #000; \n"
"\n"
"*, GtkTreeView GtkButton {\n"
"*, GtkTreeView > GtkButton {\n"
" background-color: @bg_color;\n"
" foreground-color: @fg_color;\n"
" text-color: @text_color; \n"
@ -1617,7 +1617,7 @@ gtk_css_provider_get_default (void)
" background-color: #ffffff; \n"
"}\n"
"\n"
"row:nth-child(odd) { \n"
"GtkTreeView > row:nth-child(odd) { \n"
" background-color: shade(#ffffff, 0.93); \n"
"}\n"
"\n"