GtkCssProvider: do not use selected fg/bg in sliders or spinbutton buttons.

This commit is contained in:
Carlos Garnacho 2010-11-22 21:46:12 +01:00
parent bcf1ee4825
commit 9b2f878b06

View File

@ -3576,6 +3576,12 @@ gtk_css_provider_get_default (void)
"GtkSpinButton.button {\n"
" border-width: 1;\n"
"}\n"
"\n"
".scale.slider:hover,\n"
"GtkSpinButton.button:hover {\n"
" background-color: shade (@bg_color, 1.05);\n"
" border-color: shade (@bg_color, 0.8);\n"
"}\n"
"\n";
provider = gtk_css_provider_new ();