f
This commit is contained in:
9
dev.less
9
dev.less
@@ -42,6 +42,7 @@ display: block !important;
|
|||||||
/* transparent background*/
|
/* transparent background*/
|
||||||
.navigation ul{
|
.navigation ul{
|
||||||
background-color: rgba(255,255,255,0) !important;
|
background-color: rgba(255,255,255,0) !important;
|
||||||
|
z-index: 100;
|
||||||
}
|
}
|
||||||
.navigation ul.level0{
|
.navigation ul.level0{
|
||||||
background-color: rgba(255,255,255,0.95) !important;
|
background-color: rgba(255,255,255,0.95) !important;
|
||||||
@@ -103,5 +104,11 @@ display: block !important;
|
|||||||
min-width: auto !important;
|
min-width: auto !important;
|
||||||
width: 15% !important;
|
width: 15% !important;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* make sure the menu doesn't dissapear behind any content elements
|
||||||
|
* https://philipwalton.com/articles/what-no-one-told-you-about-z-index/
|
||||||
|
*/
|
||||||
|
#maincontent{
|
||||||
|
opacity: .99;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user