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



commit fa728c17d517dad47db9b271384e56b16fae598b
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 a869bb6..223e732 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -2185,7 +2185,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]