Improve progressbars theming.

Make progressbar itself have an outset border, and improve spacings.
This commit is contained in:
Carlos Garnacho 2011-01-14 01:09:40 +01:00
parent c444ccf531
commit e28a2695ac

View File

@ -3697,6 +3697,7 @@ gtk_css_provider_get_default (void)
".trough {\n"
" border-style: inset;\n"
" border-width: 1;\n"
" padding: 0;\n"
"}\n"
"\n"
".entry {\n"
@ -3720,6 +3721,8 @@ gtk_css_provider_get_default (void)
" background-color: @selected_bg_color;\n"
" border-color: shade (@selected_bg_color, 0.7);\n"
" color: @selected_fg_color;\n"
" border-style: outset;\n"
" border-width: 1;\n"
"}\n"
"\n"
"GtkCheckButton:hover,\n"