material-design/css/material.css
[bootswatch] / material-design / css / material.css
index ecd2b3c..0edabe5 100644 (file)
@@ -4883,13 +4883,13 @@ 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);
   background-size: 0 2px, 100% 1px;
   background-repeat: no-repeat;
   background-position: center bottom, center calc(100% - 1px);
   background-color: transparent;
   background-color: rgba(0, 0, 0, 0);
-  /*transition: background 0s ease-out;*/
+  transition: background 0s ease-out;
 }
 .form-control::-webkit-input-placeholder {
   color: #bdbdbd;