fe1c7d57e203ade10fddea70a4689add29dee2a5
[sdc/sdc-workflow-designer.git] /
1 @import "../default/NIV-theme.less";
2
3 //input[type='text'],
4 //input[type='password'],
5 //input[type='email'],
6 //input[type='tel'] {
7 //      color: @font-gray-normal !important;
8 //      font-weight: @font-weight-bold !important;
9 //      border: @border-base;
10 //      &:focus {
11 //              border-color: @default-blue !important;
12 //      }
13 //}
14 //
15 //@media screen and (-webkit-min-device-pixel-ratio: 0) {
16 //      input[type='text'],
17 //      input[type='password'],
18 //      input[type='email'],
19 //      input[type='tel'] {
20 //              &:focus {
21 //                      border-color: @default-blue;
22 //                      color: @default-blue;
23 //                      text-shadow: 0 0 0 @font-gray-normal;
24 //                      -webkit-text-fill-color: transparent;
25 //              }
26 //              &::-webkit-input-placeholder {
27 //                      font-weight: @font-weight-normal;
28 //                      text-shadow: none;
29 //                      -webkit-text-fill-color: @font-gray-lightest;
30 //              }
31 //      }
32 //}
33 //
34 //input[disabled] {
35 //      background: @gray-grade-9;
36 //      color: @font-gray-lightest !important;
37 //      border-color: rgba(191, 191, 191, 0.5) !important;
38 //      cursor: not-allowed;
39 //}
40 //
41 //
42 //input[type='text'],
43 //input[type='password'],
44 //input[type='email'],
45 //input[type='tel'] {
46 //      .input-invalid.ng-dirty.ng-invalid.ng-touched.input-blur &,
47 //      &.ng-dirty.ng-invalid.ng-touched.input-blur {
48 //              border-color: @default-red;
49 //      }
50 //}