[gnome-shell/wip/message-tray: 6/13] theme: Use the proper syntax for background-repeat
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/message-tray: 6/13] theme: Use the proper syntax for background-repeat
- Date: Tue, 31 Jul 2012 11:45:55 +0000 (UTC)
commit ad930383503a730a8438b8ce57ab28887b8bf3eb
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Mon Jul 30 16:10:52 2012 -0300
theme: Use the proper syntax for background-repeat
We don't support background-repeat in the short-hand syntax.
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 bcf8fdb..71507ad 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1146,7 +1146,8 @@ StButton.popup-menu-item:insensitive {
/* Message Tray */
#message-tray {
- background: #2e3436 url(noise-texture.png) repeat 0 0;
+ background: #2e3436 url(noise-texture.png);
+ background-repeat: repeat;
height: 72px;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]