[gnome-shell/wip/message-tray: 12/18] theme: Make the noise texture fancier



commit 693266c8d9430e1a05a5ffb4d2cd656377e8e57b
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Jul 31 07:20:53 2012 -0300

    theme: Make the noise texture fancier
    
    Add a shadow.

 data/Makefile.am                       |    1 +
 data/theme/gnome-shell.css             |    2 +-
 data/theme/message-tray-background.png |  Bin 0 -> 25454 bytes
 3 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 6842ed4..b5ca0e0 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -36,6 +36,7 @@ dist_theme_DATA =				\
 	theme/filter-selected-rtl.svg		\
 	theme/gnome-shell.css			\
 	theme/logged-in-indicator.svg		\
+	theme/message-tray-background.png	\
 	theme/noise-texture.png			\
 	theme/panel-button-border.svg		\
 	theme/panel-button-highlight-narrow.svg	\
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index ce07fdf..ef22a95 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1172,7 +1172,7 @@ StButton.popup-menu-item:insensitive {
 
 /* Message Tray */
 #message-tray {
-    background: #2e3436 url(noise-texture.png);
+    background: #2e3436 url(message-tray-background.png);
     background-repeat: repeat;
     border-top: 1px solid transparent;
     transition-duration: 100;
diff --git a/data/theme/message-tray-background.png b/data/theme/message-tray-background.png
new file mode 100644
index 0000000..357dae0
Binary files /dev/null and b/data/theme/message-tray-background.png differ



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