Difference between revisions of "Team:TP-CC San Diego/Templates/NavBar"

Line 19: Line 19:
 
   width:100%;  
 
   width:100%;  
 
   margin-top: 0px;
 
   margin-top: 0px;
   background-color: #6E7B8B;
+
   background-color: #f15258;
 
   border-bottom-style: solid;
 
   border-bottom-style: solid;
 
   border-bottom-color: white;
 
   border-bottom-color: white;
Line 27: Line 27:
  
 
.dropbtn {
 
.dropbtn {
     background-color: #6E7B8B;
+
     background-color: #f15258;
 
     color: white;
 
     color: white;
 
     width: 180px;
 
     width: 180px;
Line 53: Line 53:
 
     position: absolute;
 
     position: absolute;
 
     width: 180px;
 
     width: 180px;
     background-color: #6E7B8B;
+
     background-color: #f15258;
 
     box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 
     box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 
     z-index: 2;
 
     z-index: 2;
Line 77: Line 77:
 
}
 
}
  
.dropdown-content a:hover {background-color:  #6E7B8B}
+
.dropdown-content a:hover {background-color:  #f15258}
  
  
Line 86: Line 86:
  
 
.dropdown:hover .dropbtn {
 
.dropdown:hover .dropbtn {
     background-color:  #6E7B8B;
+
     background-color:  #f15258;
     background-color:  #6E7B8B;
+
     background-color:  #f15258;
 
}
 
}
 
</style>
 
</style>

Revision as of 06:33, 15 October 2017