Merge pull request #763 from ONLYOFFICE/fix/fix-styles
Refactoring control styles
This commit is contained in:
commit
6f17cc507a
|
@ -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),
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue