aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-text-input.less
diff options
context:
space:
mode:
authorYuanHu <yuan.hu1@zte.com.cn>2018-03-27 13:00:45 +0800
committerYuanHu <yuan.hu1@zte.com.cn>2018-03-27 13:00:45 +0800
commit5fc43ca54bcde3a5b6b158827da13dc2431812f0 (patch)
treea30e856829f4c81c8ffbd17933f285e8de8d6680 /sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-text-input.less
parent5b981bbbba6c0e4dc85b32544b35041baaa7cfda (diff)
Add paletx assets files.
Add paletx assets files. Issue-ID: SDC-1130,SDC-1131 Change-Id: Ic31c668fd89728d2ff7a00dc2877a86785870724 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
Diffstat (limited to 'sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-text-input.less')
-rw-r--r--sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-text-input.less50
1 files changed, 50 insertions, 0 deletions
diff --git a/sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-text-input.less b/sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-text-input.less
new file mode 100644
index 00000000..fe1c7d57
--- /dev/null
+++ b/sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-text-input.less
@@ -0,0 +1,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;
+// }
+//}