[gnome-shell] theme: change the lock screen notification background



commit cf7355e4d09b20811a1794023a099ffcefc3d6ff
Author: Allan Day <allanpday gmail com>
Date:   Mon Jul 15 19:09:56 2013 +0100

    theme: change the lock screen notification background
    
    The current look is too heavy and looks out of place. Simplify
    the background in accordance with the latest mockups.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702305

 data/theme/gnome-shell.css |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 441c06e..88176a7 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -470,10 +470,6 @@ StScrollBar StButton#vhandle:active {
     height: 1.86em;
 }
 
-#panel.lock-screen {
-    background-color: rgba(0,0,0,0.3);
-}
-
 #panel.unlock-screen,
 #panel.login-screen {
     background-color: transparent;
@@ -2432,6 +2428,11 @@ StScrollBar StButton#vhandle:active {
 
 /* Screen shield */
 
+#panel.lock-screen,
+#screenShieldNotifications {
+    background-color: rgba(0,0,0,0.3);
+}
+
 .screen-shield-background {
     background: black;
     box-shadow: 0px 4px 8px rgba(0,0,0,0.9);
@@ -2477,11 +2478,8 @@ StScrollBar StButton#vhandle:active {
 
 #screenShieldNotifications {
     border-radius: 8px;
-    background-color: rgba(0.0, 0.0, 0.0, 0.9);
-    border: 2px solid #868686;
     max-height: 500px;
     padding: 18px 0;
-    box-shadow: .5em .5em 20px rgba(0, 0, 0, 0.5);
 }
 
 .screen-shield-notifications-box {


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