forked from root/threadr.lostcave.ddnss.de
dopdrown
parent
fcc019da9e
commit
e31750ac2e
|
@ -317,23 +317,23 @@ ul.list li a.active {
|
||||||
|
|
||||||
.dropdown-content {
|
.dropdown-content {
|
||||||
display: none;
|
display: none;
|
||||||
position: relative;
|
position: static;
|
||||||
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 {
|
a.dropdown-link {
|
||||||
float: none;
|
float: none;
|
||||||
color: %COLOR_BEIGE%;
|
color: %COLOR_BEIGE%;
|
||||||
padding: 12px 16px;
|
padding: 14px 16px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: block;
|
display: block;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-content a:hover {
|
a.dropdown-link:hover {
|
||||||
background-color: %COLOR_CYAN%;
|
background-color: %COLOR_CYAN%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue