dropdown?

master
Jakob 2020-04-01 01:34:16 +02:00
parent 05ec3c10e6
commit 1014d5ef12
1 changed files with 2 additions and 3 deletions

View File

@ -319,12 +319,11 @@ ul.list li a.active {
display: none;
position: static;
background-color: %COLOR_BLUE%;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
a.dropdown-link {
.dropdown-link {
float: none;
color: %COLOR_BEIGE%;
padding: 14px 16px;
@ -333,7 +332,7 @@ a.dropdown-link {
text-align: left;
}
a.dropdown-link:hover {
.dropdown-link:hover {
background-color: %COLOR_CYAN%;
}