Skip to content
Snippets Groups Projects
Commit 1752616f authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Title menu more visible when using jmobile

parent f6753779
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment