@import "../default/NIV-theme.less"; //input[type='text'], //input[type='password'], //input[type='email'], //input[type='tel'] { // color: @font-gray-normal !important; // font-weight: @font-weight-bold !important; // border: @border-base; // &:focus { // border-color: @default-blue !important; // } //} // //@media screen and (-webkit-min-device-pixel-ratio: 0) { // input[type='text'], // input[type='password'], // input[type='email'], // input[type='tel'] { // &:focus { // border-color: @default-blue; // color: @default-blue; // text-shadow: 0 0 0 @font-gray-normal; // -webkit-text-fill-color: transparent; // } // &::-webkit-input-placeholder { // font-weight: @font-weight-normal; // text-shadow: none; // -webkit-text-fill-color: @font-gray-lightest; // } // } //} // //input[disabled] { // background: @gray-grade-9; // color: @font-gray-lightest !important; // border-color: rgba(191, 191, 191, 0.5) !important; // cursor: not-allowed; //} // // //input[type='text'], //input[type='password'], //input[type='email'], //input[type='tel'] { // .input-invalid.ng-dirty.ng-invalid.ng-touched.input-blur &, // &.ng-dirty.ng-invalid.ng-touched.input-blur { // border-color: @default-red; // } //}