From 62dd9e5158192a70f6b1ecef5eb9e85524f175c6 Mon Sep 17 00:00:00 2001 From: Harris Lapiroff Date: Wed, 16 Feb 2011 14:46:03 -0500 Subject: [PATCH] Fixed a faulty image reference on menu buttons FOR REAL. --- contrib/gilbert/media/gilbert/murano/murano.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/gilbert/media/gilbert/murano/murano.css b/contrib/gilbert/media/gilbert/murano/murano.css index c2c6e78..53c05d9 100644 --- a/contrib/gilbert/media/gilbert/murano/murano.css +++ b/contrib/gilbert/media/gilbert/murano/murano.css @@ -382,7 +382,8 @@ body{ padding-right: 5px !important; } .x-btn-arrow{ - background: transparent url(images/btn/menu) right center no-repeat !important; + background: transparent url(images/btn/menu.png) right center no-repeat !important; + padding-right:12px !important; } /* pressed and over state */ /* Commented out because the selectors are so specific they're overriding the click state. What to do? I don't want to use !important... Figure out later. */ -- 2.20.1