Merge pull request #1708 from ONLYOFFICE/fix/input-field
Fix/input field
This commit is contained in:
commit
06edc84eed
|
@ -669,4 +669,19 @@
|
||||||
|
|
||||||
.font-size-large {
|
.font-size-large {
|
||||||
.fontsize(@font-size-large);
|
.fontsize(@font-size-large);
|
||||||
|
}
|
||||||
|
|
||||||
|
.input-field-btn {
|
||||||
|
.select-button {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.input-error {
|
||||||
|
&:before {
|
||||||
|
right: 3px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
input {
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -42,7 +42,7 @@
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 3px;
|
right: 3px;
|
||||||
top: 4px;
|
top: 3px;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
background-position: @input-error-offset-x @input-error-offset-y;
|
background-position: @input-error-offset-x @input-error-offset-y;
|
||||||
|
|
|
@ -772,11 +772,11 @@
|
||||||
|
|
||||||
// Input error
|
// Input error
|
||||||
@input-error-offset-x: -73px;
|
@input-error-offset-x: -73px;
|
||||||
@input-error-offset-y: -170px;
|
@input-error-offset-y: -169px;
|
||||||
|
|
||||||
// Input warning
|
// Input warning
|
||||||
@input-warning-offset-x: -57px;
|
@input-warning-offset-x: -57px;
|
||||||
@input-warning-offset-y: -170px;
|
@input-warning-offset-y: -169px;
|
||||||
|
|
||||||
// Spinner
|
// Spinner
|
||||||
@spinner-offset-x: -41px;
|
@spinner-offset-x: -41px;
|
||||||
|
|
Loading…
Reference in a new issue