Title menu more visible when using jmobile
This commit is contained in:
parent
f67537799b
commit
1752616f1c
@ -2840,14 +2840,6 @@ ul.ulmenu {
|
||||
text-shadow: 1px 0px 1px #<?php echo $colorshadowtitle; ?>;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
|
||||
|
||||
<?php
|
||||
|
||||
Loading…
Reference in New Issue
Block a user