property for StScrollBar.trough should be set directly

We were previously putting the decorations for the trough on the StScrollBar itself,
which won't work if the scroll bar has padding.
https://bugzilla.gnome.org/show_bug.cgi?id=624893
This commit is contained in:
Maxim Ermilov 2010-09-10 05:28:12 +04:00
parent ab25b8ab69
commit 0a9ebf62b3

View File

@ -64,7 +64,7 @@ StScrollView > .bottom-shadow
height: 30px;
}
StScrollBar {
StScrollBar StBin#trough {
background-color: #080808;
border: 1px solid #2d2d2d;
border-radius: 8px;