Fix: Useless css styles make jmobile wrong
This commit is contained in:
parent
01c91c7194
commit
202c6b728e
@ -2232,7 +2232,7 @@ ul.ulmenu {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Style for first level menu with jmobile */
|
/* Style for first level menu with jmobile */
|
||||||
.ui-bar-b {
|
.ui-bar-b, .lilevel0 {
|
||||||
background: rgb(<?php echo $colorbacktitle1; ?>);
|
background: rgb(<?php echo $colorbacktitle1; ?>);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
<?php if ($usecss3) { ?>
|
<?php if ($usecss3) { ?>
|
||||||
@ -2261,15 +2261,6 @@ ul.ulmenu {
|
|||||||
background-image: -o-linear-gradient( #eee,#e1e1e1 ) !important;
|
background-image: -o-linear-gradient( #eee,#e1e1e1 ) !important;
|
||||||
background-image: 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
|
<?php
|
||||||
|
|||||||
@ -2434,15 +2434,6 @@ ul.ulmenu {
|
|||||||
background-image: -o-linear-gradient( #eee,#e1e1e1 ) !important;
|
background-image: -o-linear-gradient( #eee,#e1e1e1 ) !important;
|
||||||
background-image: 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
|
<?php
|
||||||
if (is_object($db)) $db->close();
|
if (is_object($db)) $db->close();
|
||||||
|
|||||||
@ -2588,15 +2588,6 @@ ul.ulmenu {
|
|||||||
background-image: -o-linear-gradient( #eee,#e1e1e1 ) !important;
|
background-image: -o-linear-gradient( #eee,#e1e1e1 ) !important;
|
||||||
background-image: 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
|
<?php
|
||||||
|
|||||||
@ -2502,14 +2502,6 @@ ul.ulmenu {
|
|||||||
background-image: -o-linear-gradient( #eee,#e1e1e1 ) !important;
|
background-image: -o-linear-gradient( #eee,#e1e1e1 ) !important;
|
||||||
background-image: 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
|
<?php
|
||||||
|
|||||||
@ -2855,14 +2855,6 @@ ul.ulmenu {
|
|||||||
background-image: -o-linear-gradient( #ddd,#d1d1d1 ) !important;
|
background-image: -o-linear-gradient( #ddd,#d1d1d1 ) !important;
|
||||||
background-image: 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) { ?>
|
<?php if ($dol_use_jmobile) { ?>
|
||||||
.overflowwithjm200
|
.overflowwithjm200
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user