win32: Fix up progressbar themeing on XP

This commit is contained in:
Alexander Larsson 2012-03-15 13:39:06 +01:00
parent 8f427babbb
commit 8bfa0f8feb

View File

@ -46,3 +46,9 @@ GtkNotebook.notebook {
.spinbutton .button:last-child {
border-width: 1px 1px 1px 0px;
}
GtkProgressBar.progressbar {
border-width: 2px;
border-style: solid;
border-color: transparent;
}