[gnome-shell] theme: adjust some colors to the new background



commit cb1f696e225ce3ba9d743dd7746d20c03ee40811
Author: Allan Day <allanpday gmail com>
Date:   Tue Jul 16 13:42:53 2013 +0100

    theme: adjust some colors to the new background
    
    The background color is now lighter. That means that text and
    button borders also need to be lighter to compensate.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702305

 data/theme/gnome-shell.css |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 88176a7..616df71 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -2496,7 +2496,6 @@ StScrollBar StButton#vhandle:active {
     font-size: 1.2em;
     font-weight: bold;
     padding: 0px 18px;
-    color: #babdb6;
 }
 
 .screen-shield-notification-count-text {
@@ -2518,6 +2517,11 @@ StScrollBar StButton#vhandle:active {
     padding-bottom: 0px;
 }
 
+#screenShieldNotifications .notification-button,
+#screenShieldNotifications .notification-icon-button {
+    border: 1px rgba(255,255,255,0.5);
+}
+
 .input-source-switcher-symbol {
    font-size: 34pt;
    width: 96px;


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