[gnome-shell/wip/message-tray: 8/8] theme: Use the proper syntax for background-repeat
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/message-tray: 8/8] theme: Use the proper syntax for background-repeat
- Date: Mon, 30 Jul 2012 22:33:48 +0000 (UTC)
commit be5abbafffb985e6897d52b2e285aa67881e4cc3
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]