[gnome-shell/wip/message-tray: 5/19] theme: Use the proper syntax for background-repeat
- From: Florian MÃllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/message-tray: 5/19] theme: Use the proper syntax for background-repeat
- Date: Mon, 6 Aug 2012 15:19:05 +0000 (UTC)
commit 872569fec5218f33ba2ae08c354dc94d287199c4
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 c7dccb8..43195a2 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1172,7 +1172,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]