|
|
|
.bi-multi-select-combo .multi-select-trigger-icon-button {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
.bi-multi-select-combo .bi-combo.bi-combo-popup + .bi-trigger-icon-button .x-icon {
|
|
|
|
-webkit-transform: rotate(180deg);
|
|
|
|
-moz-transform: rotate(180deg);
|
|
|
|
transform: rotate(180deg);
|
|
|
|
-webkit-transition: transform 0.3s ease;
|
|
|
|
-moz-transition: transform 0.3s ease;
|
|
|
|
-o-transition: transform 0.3s ease;
|
|
|
|
transition: transform 0.3s ease;
|
|
|
|
}
|
|
|
|
.bi-multi-select-combo .bi-combo + .bi-trigger-icon-button .x-icon {
|
|
|
|
-webkit-transform: rotate(0deg);
|
|
|
|
-moz-transform: rotate(0deg);
|
|
|
|
transform: rotate(0deg);
|
|
|
|
-webkit-transition: transform 0.3s ease;
|
|
|
|
-moz-transition: transform 0.3s ease;
|
|
|
|
-o-transition: transform 0.3s ease;
|
|
|
|
transition: transform 0.3s ease;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bi-multi-select-insert-combo .multi-select-trigger-icon-button {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
.bi-multi-select-insert-combo .bi-combo.bi-combo-popup + .bi-trigger-icon-button .x-icon {
|
|
|
|
-webkit-transform: rotate(180deg);
|
|
|
|
-moz-transform: rotate(180deg);
|
|
|
|
transform: rotate(180deg);
|
|
|
|
-webkit-transition: transform 0.3s ease;
|
|
|
|
-moz-transition: transform 0.3s ease;
|
|
|
|
-o-transition: transform 0.3s ease;
|
|
|
|
transition: transform 0.3s ease;
|
|
|
|
}
|
|
|
|
.bi-multi-select-insert-combo .bi-combo + .bi-trigger-icon-button .x-icon {
|
|
|
|
-webkit-transform: rotate(0deg);
|
|
|
|
-moz-transform: rotate(0deg);
|
|
|
|
transform: rotate(0deg);
|
|
|
|
-webkit-transition: transform 0.3s ease;
|
|
|
|
-moz-transition: transform 0.3s ease;
|
|
|
|
-o-transition: transform 0.3s ease;
|
|
|
|
transition: transform 0.3s ease;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.bi-multi-select-trigger {
|
|
|
|
-webkit-border-radius: 2px 2px 2px 2px;
|
|
|
|
-moz-border-radius: 2px 2px 2px 2px;
|
|
|
|
border-radius: 2px 2px 2px 2px;
|
|
|
|
}
|