Fix: Useless css styles make jmobile wrong
This commit is contained in:
parent
533199c151
commit
f2ba1a538b
@ -2230,7 +2230,7 @@ ul.ulmenu {
|
||||
}
|
||||
|
||||
/* 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) { ?>
|
||||
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
<?php
|
||||
|
||||
@ -2432,15 +2432,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;
|
||||
}
|
||||
|
||||
|
||||
<?php
|
||||
if (is_object($db)) $db->close();
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
<?php
|
||||
|
||||
@ -2500,14 +2500,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;
|
||||
}
|
||||
|
||||
|
||||
<?php
|
||||
|
||||
@ -2853,14 +2853,6 @@ 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;
|
||||
}
|
||||
<?php if ($dol_use_jmobile) { ?>
|
||||
.overflowwithjm200
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user