f
This commit is contained in:
parent
6e4190abc2
commit
f73b1179db
5
dev.less
5
dev.less
@ -40,13 +40,13 @@ body::before {
|
|||||||
|
|
||||||
/* desktop */
|
/* desktop */
|
||||||
@media (min-width: 768px) { /* desktop */
|
@media (min-width: 768px) { /* desktop */
|
||||||
/* transparent background
|
/* transparent background*/
|
||||||
.navigation ul{
|
.navigation ul{
|
||||||
background-color: rgba(255,255,255,0) !important;
|
background-color: rgba(255,255,255,0) !important;
|
||||||
}
|
}
|
||||||
.navigation ul.level0{
|
.navigation ul.level0{
|
||||||
background-color: rgba(255,255,255,0.75) !important;
|
background-color: rgba(255,255,255,0.75) !important;
|
||||||
}*/
|
}
|
||||||
|
|
||||||
/* remove borders and shadow */
|
/* remove borders and shadow */
|
||||||
.navigation ul ul ul{
|
.navigation ul ul ul{
|
||||||
@ -57,6 +57,7 @@ body::before {
|
|||||||
/* bold 1st level (headers) */
|
/* bold 1st level (headers) */
|
||||||
.navigation li.level1>a{
|
.navigation li.level1>a{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
/* remove icon*/
|
||||||
.ui-menu-icon{
|
.ui-menu-icon{
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user