[gnome-shell] theme: adjust scroll bar styling to new background color



commit c0345f1088f3df9a760a841a5b8d97ae9d1f5b34
Author: Allan Day <allanpday gmail com>
Date:   Tue Jul 16 15:14:14 2013 +0100

    theme: adjust scroll bar styling to new background color
    
    Since the background color changed, the style of the scroll bar
    needs to be adjusted to compensate.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702305

 data/theme/gnome-shell.css |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index b651426..da48e33 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -2521,6 +2521,26 @@ StScrollBar StButton#vhandle:active {
     border: 1px rgba(255,255,255,0.5);
 }
 
+#screenShieldNotifications StScrollBar StBin#trough {
+    background-color: rgba(0,0,0,0.2);
+}
+
+#screenShieldNotifications StScrollBar StButton#vhandle,
+#screenShieldNotifications StScrollBar StButton#hhandle {
+    background-color: rgba(0,0,0,0.3);
+    border: none;
+}
+
+#screenShieldNotifications StScrollBar StButton#vhandle:hover,
+#screenShieldNotifications StScrollBar StButton#hhandle {
+    background-color: rgba(0,0,0,0.6);
+}
+
+#screenShieldNotifications StScrollBar StButton#vhandle:active,
+#screenShieldNotifications StScrollBar StButton#hhandle {
+    background-color: rgba(0,0,0,0.8);
+}
+
 .input-source-switcher-symbol {
    font-size: 34pt;
    width: 96px;


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