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



commit ed991f79b124089b2dd51b57ebd7e471796bfafa
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
    
    https://bugzilla.gnome.org/show_bug.cgi?id=681143

 data/theme/gnome-shell.css   |    3 ++-
 data/theme/noise-texture.png |  Bin 0 -> 79464 bytes
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 716b40d..6d18bf1 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -2201,7 +2201,8 @@ StButton.popup-menu-item:insensitive {
 /* Screen shield */
 
 #screenShieldGroup {
-    background-color: #333333;
+    background: #2e3436 url(noise-texture.png);
+    background-repeat: repeat;
 }
 
 #screenShieldGroup .arrow {
diff --git a/data/theme/noise-texture.png b/data/theme/noise-texture.png
new file mode 100644
index 0000000..6b70a2d
Binary files /dev/null and b/data/theme/noise-texture.png differ



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