Difference between revisions of "Template:TU Darmstadt/CSS"

Line 2,513: Line 2,513:
  
 
/* Button */
 
/* Button */
 
 
input[type="submit"],
 
input[type="submit"],
 
input[type="reset"],
 
input[type="reset"],
Line 2,526: Line 2,525:
 
-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
 
-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
 
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
 
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
background-color: #1a507e;
+
background-color: #e4f1fe;
 
border-radius: 5px;
 
border-radius: 5px;
 
border: 0;
 
border: 0;
Line 2,602: Line 2,601:
 
input[type="button"].alt,
 
input[type="button"].alt,
 
.button.alt {
 
.button.alt {
background-color: transparent;
+
background-color: #777;
 
box-shadow: inset 0 0 0 2px #e4e4e4;
 
box-shadow: inset 0 0 0 2px #e4e4e4;
color: #777 !important;
+
color: #ffffff !important;
 
}
 
}
  

Revision as of 14:47, 14 October 2017