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:
parent
ab25b8ab69
commit
0a9ebf62b3
@ -64,7 +64,7 @@ StScrollView > .bottom-shadow
|
|||||||
height: 30px;
|
height: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
StScrollBar {
|
StScrollBar StBin#trough {
|
||||||
background-color: #080808;
|
background-color: #080808;
|
||||||
border: 1px solid #2d2d2d;
|
border: 1px solid #2d2d2d;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
Loading…
Reference in New Issue
Block a user