aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-text-input.less
diff options
context:
space:
mode:
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;
+// }
+//}