Skip to content

Commit

Permalink
Fix: Useless css styles make jmobile wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Dec 3, 2013
1 parent 533199c commit f2ba1a5
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 44 deletions.
11 changes: 1 addition & 10 deletions htdocs/theme/amarok/style.css.php
Expand Up @@ -2230,7 +2230,7 @@
}

/* Style for first level menu with jmobile */
.ui-bar-b {
.ui-bar-b, .lilevel0 {
background: rgb(<?php echo $colorbacktitle1; ?>);
background-repeat: repeat-x;
<?php if ($usecss3) { ?>
Expand Down Expand Up @@ -2259,15 +2259,6 @@
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;
}



<?php
Expand Down
9 changes: 0 additions & 9 deletions htdocs/theme/auguria/style.css.php
Expand Up @@ -2432,15 +2432,6 @@
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;
}


<?php
if (is_object($db)) $db->close();
Expand Down
9 changes: 0 additions & 9 deletions htdocs/theme/bureau2crea/style.css.php
Expand Up @@ -2586,15 +2586,6 @@
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;
}



<?php
Expand Down
8 changes: 0 additions & 8 deletions htdocs/theme/cameleo/style.css.php
Expand Up @@ -2500,14 +2500,6 @@
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;
}


<?php
Expand Down
8 changes: 0 additions & 8 deletions htdocs/theme/eldy/style.css.php
Expand Up @@ -2853,14 +2853,6 @@
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;
}
<?php if ($dol_use_jmobile) { ?>
.overflowwithjm200
{
Expand Down

0 comments on commit f2ba1a5

Please sign in to comment.