Merge pull request #763 from ONLYOFFICE/fix/fix-styles

Refactoring control styles
This commit is contained in:
maxkadushkin 2021-03-29 00:08:45 +03:00 committed by GitHub
commit 6f17cc507a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -623,7 +623,7 @@
.inner-box-caret { .inner-box-caret {
position: absolute; position: absolute;
right: 1px; right: 0;
top: 2px; top: 2px;
} }
@ -765,7 +765,7 @@
.caret { .caret {
position: absolute; position: absolute;
right: 3px; right: 5px;
margin-top: 5px; margin-top: 5px;
} }
@ -846,7 +846,7 @@
} }
&.dropdown-toggle:first-child .inner-box-caret { &.dropdown-toggle:first-child .inner-box-caret {
padding: 0 2px 0 0; padding: 0 1px 0 2px;
} }
&:hover:not(.disabled), &:hover:not(.disabled),

View file

@ -33,7 +33,7 @@
&.dropdown-toggle { &.dropdown-toggle {
.inner-box-caret { .inner-box-caret {
padding: 0 2px 0 0; padding: 0 1px 0 0;
} }
.caret { .caret {

View file

@ -55,7 +55,7 @@
background-color: @background-normal; background-color: @background-normal;
border-color: @border-regular-control-ie; border-color: @border-regular-control-ie;
border-color: @border-regular-control; border-color: @border-regular-control;
padding-right: 4px; padding-right: 5px;
} }
.btn-default.disabled { .btn-default.disabled {