Difference between revisions of "Template:Oxford"

Line 54: Line 54:
 
}
 
}
  
/* The active link */
+
/* The active link this seems to be useless at the moment*/
 
.navbar-nav li.active a {
 
.navbar-nav li.active a {
 
     color: #fff !important;
 
     color: #fff !important;
Line 71: Line 71:
 
}
 
}
  
/* Dropdown links */
+
/* the color of the Dropdown links */
 
.dropdown-menu li a {
 
.dropdown-menu li a {
 
     color: #000 !important;
 
     color: #000 !important;
 
}
 
}
  
/* On hover, the dropdown links will turn red */
+
/* the color of the dropdown links on hover */
 
.dropdown-menu li a:hover {
 
.dropdown-menu li a:hover {
     background-color: red !important;
+
     background-color: #fff !important;
 
}
 
}
  

Revision as of 15:33, 3 July 2017