[gnome-shell] Add padding on the left of the notification scrollbar



commit 6b0fe1b0b074072c99d26729c20b06936d77900a
Author: Marina Zhurakhinskaya <marinaz redhat com>
Date:   Thu Nov 25 01:40:56 2010 -0500

    Add padding on the left of the notification scrollbar
    
    It looks better that way.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=630752

 data/theme/gnome-shell.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index d9fa4a8..b270182 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -823,6 +823,10 @@ StTooltip StLabel {
     height: 1em;
 }
 
+#notification-scrollview > StScrollBar {
+    padding-left: 6px;
+}
+
 #notification-body {
     spacing: 5px;
 }



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