From 1752616f1c37f860cc546e3b493ed1452de5b237 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 26 Oct 2013 18:46:30 +0200 Subject: [PATCH] Title menu more visible when using jmobile --- htdocs/theme/eldy/style.css.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 586936c0e73..b59384c41f8 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -2840,14 +2840,6 @@ ul.ulmenu { text-shadow: 1px 0px 1px #; } .lilevel1 { - background-image: -webkit-gradient(linear,left top,left bottom,from( #eee ),to( #e1e1e1 )) !important; - background-image: -webkit-linear-gradient( #eee,#e1e1e1 ) !important; - background-image: -moz-linear-gradient( #eee,#e1e1e1 ) !important; - background-image: -ms-linear-gradient( #eee,#e1e1e1 ) !important; - background-image: -o-linear-gradient( #eee,#e1e1e1 ) !important; - background-image: linear-gradient( #eee,#e1e1e1 ) !important; -} -.lilevel1:hover, .lilevel2:hover, .lilevel3:hover, .lilevel4:hover { background-image: -webkit-gradient(linear,left top,left bottom,from( #ddd ),to( #d1d1d1 )) !important; background-image: -webkit-linear-gradient( #ddd,#d1d1d1 ) !important; background-image: -moz-linear-gradient( #ddd,#d1d1d1 ) !important; @@ -2855,6 +2847,14 @@ ul.ulmenu { background-image: -o-linear-gradient( #ddd,#d1d1d1 ) !important; background-image: linear-gradient( #ddd,#d1d1d1 ) !important; } +.lilevel1:hover, .lilevel2:hover, .lilevel3:hover, .lilevel4:hover { + background-image: -webkit-gradient(linear,left top,left bottom,from( #ccc ),to( #c1c1c1 )) !important; + background-image: -webkit-linear-gradient( #ccc,#c1c1c1 ) !important; + background-image: -moz-linear-gradient( #ccc,#c1c1c1 ) !important; + background-image: -ms-linear-gradient( #ccc,#c1c1c1 ) !important; + background-image: -o-linear-gradient( #ccc,#c1c1c1 ) !important; + background-image: linear-gradient( #ccc,#c1c1c1 ) !important; +}