mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 15:06:10 +08:00
Fix Bug 35594.
This commit is contained in:
@ -557,6 +557,10 @@
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
&.dropdown-toggle:first-child .inner-box-caret {
|
||||
padding: 0 2px 0 0;
|
||||
}
|
||||
|
||||
&:hover:not(.disabled),
|
||||
.over:not(.disabled) {
|
||||
background-color: @secondary !important;
|
||||
|
||||
@ -28,6 +28,10 @@
|
||||
background-color: @input-bg;
|
||||
|
||||
&.dropdown-toggle {
|
||||
.inner-box-caret {
|
||||
padding: 0 2px 0 0;
|
||||
}
|
||||
|
||||
.caret {
|
||||
// width: 7px;
|
||||
// height: 7px;
|
||||
|
||||
Reference in New Issue
Block a user