1 @import "../default/theme.less";
2 @import "./plx-button.less";
3 @import "./plx-radio.less";
4 @import "./plx-checkbox.less";
5 @import "./plx-input.less";
8 font-family: @font-family;
10 background: @component-bg;
12 .ng-invalid:not(form).ng-invalid:not(fieldset).ng-invalid:not(plx-select) {
13 border: 1px solid @error-color; /* red */
15 .ng-untouched:not(form).ng-untouched:not(fieldset).ng-untouched:not(plx-select) {
16 border: 1px solid @border-color-base ;
20 font-size: @font-size;
23 background: @component-bg;
30 .forms-group(@cursor, @bgcolor) {
33 color: @title-text-color;
34 font-size: @font-size-title-group;
35 height: @input-height;
36 line-height: @input-height;
43 border-left: 3px solid @primary-color;
49 font-size: @font-size-title-group;
50 color: @primary-color !important;
51 line-height:@input-height;
53 transform: scale(0.7,0.7);
60 text-overflow: ellipsis;
65 .forms-group-pointer {
66 .forms-group(pointer, @hover-bg-color);
69 .forms-group-default {
70 .forms-group(default, @component-bg);
71 line-height: @input-height / 2;
75 height: @input-height-sm !important;
83 border: 1px solid @primary-color !important;
96 color: @disabled-text-color;
106 border-bottom:1px solid @border-color-split;
108 font-size: @font-size-title-level2;
109 color: @title-text-color;
116 background: @component-bg;
119 //radio、checkbox、tail的样式
122 line-height:@input-height - 5px;
123 &.field-radio-tight {
124 line-height:@input-height-sm - 5px;
129 line-height:@input-height;
131 line-height:@input-height-sm;
134 color: @fonticon-color;
139 font-size: @font-size;
140 color: @primary-color;
147 .form-field:not(select-dropdown) {
149 font-size: @font-size;
150 line-height: @input-height;
152 line-height:@input-height-sm;
165 &.inputchanged > input{
168 &.inputchanged > select{
176 font-size: @font-size-title-group;
185 margin-right: -20px !important;
198 .plx-scrollbar::-webkit-scrollbar {
202 .plx-scrollbar::-webkit-scrollbar-thumb {
203 background-color: rgba(0,0,0,.2);
208 .plx-scrollbar::-webkit-scrollbar-corner{
209 background-color: transparent;
212 input:-ms-input-placeholder {
213 color: @unselected-text-color !important;
215 input::-webkit-input-placeholder {
216 color: @unselected-text-color !important;
220 line-height: 28px !important;
229 fill: @disabled-text-color;