Merge pull request #1708 from ONLYOFFICE/fix/input-field

Fix/input field
This commit is contained in:
Julia Radzhabova 2022-04-20 12:57:09 +03:00 committed by GitHub
commit 06edc84eed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 3 deletions

View file

@ -669,4 +669,19 @@
.font-size-large {
.fontsize(@font-size-large);
}
.input-field-btn {
.select-button {
display: none;
}
.input-error {
&:before {
right: 3px;
}
}
input {
padding-right: 0;
}
}

View file

@ -42,7 +42,7 @@
content: '';
position: absolute;
right: 3px;
top: 4px;
top: 3px;
width: 16px;
height: 16px;
background-position: @input-error-offset-x @input-error-offset-y;

View file

@ -772,11 +772,11 @@
// Input error
@input-error-offset-x: -73px;
@input-error-offset-y: -170px;
@input-error-offset-y: -169px;
// Input warning
@input-warning-offset-x: -57px;
@input-warning-offset-y: -170px;
@input-warning-offset-y: -169px;
// Spinner
@spinner-offset-x: -41px;