Fix Bug 35594.
This commit is contained in:
parent
f802cc735a
commit
789530e173
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue