[gnome-shell] property for StScrollBar.trough should be set directly



commit 0a9ebf62b3edea3f185a49610c2afbc3508bb687
Author: Maxim Ermilov <zaspire rambler ru>
Date:   Fri Sep 10 05:28:12 2010 +0400

    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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index c141029..96c9f1a 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;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]