gtk: make the .trough background-color darker() as it was in GTK+ 2.x

This commit is contained in:
Michael Natterer 2011-02-06 13:48:42 +01:00
parent 42778894c0
commit 330158977d

View File

@ -3903,6 +3903,7 @@ gtk_css_provider_get_default (void)
"}\n"
"\n"
".trough {\n"
" background-color: darker (@bg_color);\n"
" border-style: inset;\n"
" border-width: 1;\n"
" padding: 0;\n"