From 0a9ebf62b3edea3f185a49610c2afbc3508bb687 Mon Sep 17 00:00:00 2001 From: Maxim Ermilov Date: Fri, 10 Sep 2010 05:28:12 +0400 Subject: [PATCH] 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 --- data/theme/gnome-shell.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index c141029e3..96c9f1ae5 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -64,7 +64,7 @@ StScrollView > .bottom-shadow height: 30px; } -StScrollBar { +StScrollBar StBin#trough { background-color: #080808; border: 1px solid #2d2d2d; border-radius: 8px;