forked from root/threadr.lostcave.ddnss.de
still dropdown...
parent
ddb9470099
commit
fcc019da9e
|
@ -317,7 +317,6 @@ ul.list li a.active {
|
|||
|
||||
.dropdown-content {
|
||||
display: none;
|
||||
float: none;
|
||||
position: relative;
|
||||
background-color: %COLOR_BLUE%;
|
||||
min-width: 160px;
|
||||
|
@ -325,6 +324,15 @@ ul.list li a.active {
|
|||
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 {
|
||||
background-color: %COLOR_CYAN%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue