commit
c6ac57592f
|
@ -236,6 +236,10 @@ textarea {
|
||||||
background-color: @background-normal;
|
background-color: @background-normal;
|
||||||
color: @text-normal-ie;
|
color: @text-normal-ie;
|
||||||
color: @text-normal;
|
color: @text-normal;
|
||||||
|
&:-ms-input-placeholder {
|
||||||
|
color: @text-tertiary-ie;
|
||||||
|
}
|
||||||
|
.placeholder();
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-edit-table,
|
.btn-edit-table,
|
||||||
|
|
|
@ -9,7 +9,9 @@
|
||||||
border: @scaled-one-px-value solid @border-regular-control;
|
border: @scaled-one-px-value solid @border-regular-control;
|
||||||
background-color: @background-normal-ie;
|
background-color: @background-normal-ie;
|
||||||
background-color: @background-normal;
|
background-color: @background-normal;
|
||||||
|
&:-ms-input-placeholder {
|
||||||
|
color: @text-tertiary-ie;
|
||||||
|
}
|
||||||
&:focus {
|
&:focus {
|
||||||
border-color: @border-control-focus-ie;
|
border-color: @border-control-focus-ie;
|
||||||
border-color: @border-control-focus;
|
border-color: @border-control-focus;
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
//** Small `.form-control` border radius
|
//** Small `.form-control` border radius
|
||||||
@input-border-radius-small: @border-radius-small;
|
@input-border-radius-small: @border-radius-small;
|
||||||
|
|
||||||
@input-color-placeholder: #cfcfcf; // @gray;
|
@input-color-placeholder: @text-tertiary; //#cfcfcf; // @gray;
|
||||||
|
|
||||||
@input-height-base: (floor(@font-size-base * @line-height-base) + (@padding-base-vertical * 2) + 5);
|
@input-height-base: (floor(@font-size-base * @line-height-base) + (@padding-base-vertical * 2) + 5);
|
||||||
@input-height-large: (ceil(@font-size-large * @line-height-large) + (@padding-large-vertical * 2) + 2);
|
@input-height-large: (ceil(@font-size-large * @line-height-large) + (@padding-large-vertical * 2) + 2);
|
||||||
|
|
Loading…
Reference in a new issue