Dropdown background on hover

master
Bob Mottram 2019-08-25 13:01:43 +01:00
parent b4b5da07b9
commit da7e8b43e8
1 changed files with 1 additions and 4 deletions

View File

@ -626,14 +626,11 @@ input[type=submit]:hover {
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #111;}
.dropdown-content a:hover {background-color: var(--dropdown-bg-color-hover);}
/* Show the dropdown menu on hover */
.show {display: block;}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: var(--dropdown-bg-color-hover);}
input[type=checkbox]
{
-ms-transform: scale(2);