Enhanced dropdown layout

- Hover effects.
- Link color.
pull/27/head
Jonatan Antoni 4 years ago
parent ee9bdca28d
commit 1d1b4474e9

@ -10,7 +10,7 @@
/* Dropdown button on hover & focus */ /* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus { .dropbtn:hover, .dropbtn:focus {
background-color: #2980B9; background-size: 0.8em;
} }
/* The container <div> - needed to position the dropdown content */ /* The container <div> - needed to position the dropdown content */
@ -25,13 +25,14 @@
position: absolute; position: absolute;
background-color: #f1f1f1; background-color: #f1f1f1;
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.4);
z-index: 1; z-index: 1;
} }
/* Links inside the dropdown */ /* Links inside the dropdown */
.dropdown-content a { .dropdown-content a {
color: black; # color: black;
color: #3A568E;
padding: 4px 6px; padding: 4px 6px;
text-decoration: none; text-decoration: none;
display: block; display: block;

@ -1,5 +1,5 @@
const versions = { const versions = {
"main": "v1.10.2-dev1+g4b4c680 (main)", "main": "v1.10.2-dev1 (main)",
"v1.10.1": "v1.10.1 (latest)" "v1.10.1": "v1.10.1 (latest)"
}; };

Loading…
Cancel
Save