forked from root/threadr.lostcave.ddnss.de
dropdown...
parent
5730da8506
commit
ddb9470099
|
@ -317,22 +317,14 @@ ul.list li a.active {
|
||||||
|
|
||||||
.dropdown-content {
|
.dropdown-content {
|
||||||
display: none;
|
display: none;
|
||||||
position: static;
|
float: none;
|
||||||
|
position: relative;
|
||||||
background-color: %COLOR_BLUE%;
|
background-color: %COLOR_BLUE%;
|
||||||
min-width: 160px;
|
min-width: 160px;
|
||||||
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-content a {
|
|
||||||
float: none;
|
|
||||||
color: %COLOR_BEIGE%;
|
|
||||||
padding: 12px 16px;
|
|
||||||
text-decoration: none;
|
|
||||||
display: block;
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dropdown-content a:hover {
|
.dropdown-content a:hover {
|
||||||
background-color: %COLOR_CYAN%;
|
background-color: %COLOR_CYAN%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue