From f2ba1a538b92835fa4d100d817c73ad0e3254c73 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 3 Dec 2013 20:53:39 +0100 Subject: [PATCH] Fix: Useless css styles make jmobile wrong --- htdocs/theme/amarok/style.css.php | 11 +---------- htdocs/theme/auguria/style.css.php | 9 --------- htdocs/theme/bureau2crea/style.css.php | 9 --------- htdocs/theme/cameleo/style.css.php | 8 -------- htdocs/theme/eldy/style.css.php | 8 -------- 5 files changed, 1 insertion(+), 44 deletions(-) diff --git a/htdocs/theme/amarok/style.css.php b/htdocs/theme/amarok/style.css.php index 8fe99ca8730..62f727c5ce8 100644 --- a/htdocs/theme/amarok/style.css.php +++ b/htdocs/theme/amarok/style.css.php @@ -2230,7 +2230,7 @@ ul.ulmenu { } /* Style for first level menu with jmobile */ -.ui-bar-b { +.ui-bar-b, .lilevel0 { background: rgb(); background-repeat: repeat-x; @@ -2259,15 +2259,6 @@ ul.ulmenu { 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; - background-image: -ms-linear-gradient( #ddd,#d1d1d1 ) !important; - background-image: -o-linear-gradient( #ddd,#d1d1d1 ) !important; - background-image: linear-gradient( #ddd,#d1d1d1 ) !important; -} - close(); diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php index 1c48ab95842..672403fdb1f 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -2586,15 +2586,6 @@ ul.ulmenu { 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; - background-image: -ms-linear-gradient( #ddd,#d1d1d1 ) !important; - background-image: -o-linear-gradient( #ddd,#d1d1d1 ) !important; - background-image: linear-gradient( #ddd,#d1d1d1 ) !important; -} - .overflowwithjm200 {