aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-text-input.less
blob: fe1c7d57e203ade10fddea70a4689add29dee2a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
@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;
//	}
//}