summaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-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-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-input.less')
-rw-r--r--sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-input.less29
1 files changed, 29 insertions, 0 deletions
diff --git a/sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-input.less b/sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-input.less
new file mode 100644
index 00000000..a83dd19c
--- /dev/null
+++ b/sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-input.less
@@ -0,0 +1,29 @@
+@import "../default/theme.less";
+
+.plx-input {
+ font-size: @font-size;
+ height: @input-height;
+ padding-left: 10px;
+ padding-right: 10px;
+ outline: 0;
+ border: 1px solid @border-color-base;
+ border-radius: @radius;
+ vertical-align: middle;
+ &:focus {
+ border: 1px solid @primary-color;
+ }
+ &:disabled,
+ &[disabled] {
+ cursor: not-allowed;
+ background-color: @input-bg-color-disabled;
+ }
+}
+
+.plx-input-sm {
+ height: @input-height-sm;
+}
+
+.plx-input-right-no-radius {
+ border-bottom-right-radius: 0;
+ border-top-right-radius: 0;
+} \ No newline at end of file