[common] changed combobox caret style
This commit is contained in:
parent
e39c23cc88
commit
59182cfd6b
|
@ -77,8 +77,8 @@
|
||||||
&.active:not(.disabled){
|
&.active:not(.disabled){
|
||||||
.caret {
|
.caret {
|
||||||
transform: rotate(45deg);
|
transform: rotate(45deg);
|
||||||
//border-color: @icon-normal-pressed-ie;
|
border-color: @icon-normal-pressed-ie;
|
||||||
//border-color: @icon-normal-pressed;
|
border-color: @icon-normal-pressed;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -98,6 +98,16 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.input-group-nr {
|
||||||
|
.btn {
|
||||||
|
&:active {
|
||||||
|
.caret {
|
||||||
|
border-color: @icon-normal;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
a {
|
a {
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
|
|
|
@ -55,7 +55,7 @@
|
||||||
&:active:not(.disabled),
|
&:active:not(.disabled),
|
||||||
&.active:not(.disabled){
|
&.active:not(.disabled){
|
||||||
.caret {
|
.caret {
|
||||||
background-position: @arrow-small-offset-x @arrow-small-offset-y;
|
border-color: @icon-normal;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -142,8 +142,8 @@
|
||||||
padding: 0 2px 0;
|
padding: 0 2px 0;
|
||||||
|
|
||||||
.caret {
|
.caret {
|
||||||
background-position: @arrow-small-offset-x @arrow-small-offset-y;
|
|
||||||
transition: transform .2s;
|
transition: transform .2s;
|
||||||
|
border-color: @icon-normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.btn-collapse {
|
&.btn-collapse {
|
||||||
|
|
Loading…
Reference in a new issue