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



commit 6efe34a458a4def403bee78f3b71c60f86b5a41a
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 84bc393..a3f5814 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 4a5407b..1ba4442 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]