diff --git a/index_template.html b/index_template.html index d6ecd62..509951e 100644 --- a/index_template.html +++ b/index_template.html @@ -142,6 +142,12 @@ a:active { /* green */ .link:hover {background-color: #3e8e41;} +/* Change the background color of the dropdown button when the dropdown content is shown */ +/* blue */ +/* dropdown:hover .dropbtn {background-color: #35bbe3;} */ +/* green */ +.dropdown:hover .dropbtn {background-color: #3e8e41;} + .dropbtn { /* blue */ /* background-color: #2A659A; */ @@ -190,8 +196,6 @@ a:active { /* Show the dropdown menu on hover */ .dropdown:hover .dropdown-content {display: block;} -/* Change the background color of the dropdown button when the dropdown content is shown */ -.dropdown:hover .dropbtn {background-color: #3e8e41;} table, td, th {border: .5px solid #d0d0d0; padding: 2px; border-collapse: collapse; text-align:center;}