material-design/css/material.css
authoredward <edward@roojs.com>
Wed, 30 Sep 2015 04:58:49 +0000 (12:58 +0800)
committeredward <edward@roojs.com>
Wed, 30 Sep 2015 04:58:49 +0000 (12:58 +0800)
material-design/css/material.css

index 23d3aea..fb605a8 100644 (file)
@@ -4883,7 +4883,7 @@ select[multiple].form-control.focus {
 }
 .form-control {
   border: 0;
-  /*background-image: linear-gradient(#009688, #009688), linear-gradient(#d2d2d2, #d2d2d2);*/
+  background-image: linear-gradient(#009688, #009688), linear-gradient(#d2d2d2, #d2d2d2);
   background-size: 0 2px, 100% 1px;
   background-repeat: no-repeat;
   background-position: center bottom, center calc(100% - 1px);
@@ -4920,7 +4920,7 @@ fieldset[disabled] .form-control.focus:disabled,
 .form-control:focus,
 .form-control.focus {
   outline: none;
-  /*background-image: linear-gradient(#009688, #009688), linear-gradient(#d2d2d2, #d2d2d2);*/
+  background-image: linear-gradient(#009688, #009688), linear-gradient(#d2d2d2, #d2d2d2);
   background-size: 100% 2px, 100% 1px;
   box-shadow: none;
   transition-duration: 0.3s;