Difference between revisions of "Template:2015CSS"

Line 357: Line 357:
 
         .button {
 
         .button {
 
             width: 130px;
 
             width: 130px;
     border: 1px solid #cccccc;
+
     border: 2px solid #c1dfa6;
 
     background-color: fff;
 
     background-color: fff;
 
     height: 30px;
 
     height: 30px;
Line 364: Line 364:
 
         padding: 10px 5px 0px 5px;
 
         padding: 10px 5px 0px 5px;
 
         margin: auto;
 
         margin: auto;
 +
/*animate transition */
 +
-webkit-transition: background 0.3s linear;
 +
-moz-transition: background 0.3s linear;
 +
-ms-transition: background 0.3s linear;
 +
-o-transition: background 0.3s linear;
 +
transition: background 0.3s linear;
 
     }         
 
     }         
  

Revision as of 17:19, 18 March 2015