Difference between revisions of "Team:Valencia UPV/main.css"

m
m
Line 2,090: Line 2,090:
 
select:focus,
 
select:focus,
 
textarea:focus {
 
textarea:focus {
border-color: #22919f;
+
border-color: #000000; /*#22919F*/
box-shadow: 0 0 0 2px #22919f;
+
box-shadow: 0 0 0 2px #000000; /*#22919F*/
 
}
 
}
  
Line 2,201: Line 2,201:
 
input[type="checkbox"]:focus + label:before,
 
input[type="checkbox"]:focus + label:before,
 
input[type="radio"]:focus + label:before {
 
input[type="radio"]:focus + label:before {
border-color: #22919f;
+
border-color: #000000; /*#22919F*/
box-shadow: 0 0 0 1px #22919f;
+
box-shadow: 0 0 0 1px #000000; /*#22919F*/
 
}
 
}
  

Revision as of 13:41, 5 September 2015