(Created page with "<html> <body style="background-color:black"> <script> /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////...") |
|||
| (5 intermediate revisions by the same user not shown) | |||
| Line 549: | Line 549: | ||
display: none; | display: none; | ||
position: absolute; | position: absolute; | ||
| − | background-color: | + | background-color: white; |
| + | color:black; | ||
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); | ||
| Line 564: | Line 565: | ||
/* Change color of dropdown links on hover */ | /* Change color of dropdown links on hover */ | ||
| − | .dropdown-content a:hover {background-color: | + | .dropdown-content a:hover {background-color:black; |
| − | color: | + | color:black;} |
/* Show the dropdown menu on hover */ | /* Show the dropdown menu on hover */ | ||
| Line 574: | Line 575: | ||
/* Change the background color of the dropdown button when the dropdown content is shown */ | /* Change the background color of the dropdown button when the dropdown content is shown */ | ||
.dropdown:hover .dropbtn { | .dropdown:hover .dropbtn { | ||
| − | background-color: | + | background-color: white; |
| − | color: | + | color:black; |
} | } | ||
Latest revision as of 11:35, 19 September 2019