[gnome-shell/wip/message-tray: 21/22] theme: Use the noise texture for the background of the screen shield



commit 47f347b92eb4afec74de8db54b8d4a2f3b686a8e
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Jul 31 12:56:46 2012 -0300

    theme: Use the noise texture for the background of the screen shield

 data/theme/gnome-shell.css |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 89f6965..cc03bf5 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -2192,7 +2192,8 @@ StButton.popup-menu-item:insensitive {
 /* Screen shield */
 
 #screenShieldGroup {
-    background-color: #333333;
+    background: #2e3436 url(noise-texture.png);
+    background-repeat: repeat;
 }
 
 #screenShieldGroup .arrow {



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