Difference between revisions of "Template:Manchester/Navbar"

Line 56: Line 56:
 
/* Style The Dropdown Button */
 
/* Style The Dropdown Button */
 
.dropbtn {
 
.dropbtn {
     background-color: #4CAF50;
+
     background-color: #f2f2f2;
     color: white;
+
     color: Black;
     padding: 16px;
+
     padding: 14px;
     font-size: 16px;
+
     font-size: 14px;
 
     border: none;
 
     border: none;
 
     cursor: pointer;
 
     cursor: pointer;
Line 89: Line 89:
  
 
/* Change color of dropdown links on hover */
 
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}
+
.dropdown-content a:hover {background-color: #d9d9d9}
  
 
/* Show the dropdown menu on hover */
 
/* Show the dropdown menu on hover */
Line 98: Line 98:
 
/* 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: #3e8e41;
+
     background-color: #d9d9d9;
 
}
 
}
  

Revision as of 10:30, 16 August 2018