|
|
@ -347,13 +347,13 @@ label {
|
|
|
|
width: inherit;
|
|
|
|
width: inherit;
|
|
|
|
cursor: default;
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
select:not([multiple="multiple"]):focus,
|
|
|
|
select:not([multiple]):focus,
|
|
|
|
input:not(.cbi-button):focus,
|
|
|
|
input:not(.cbi-button):focus,
|
|
|
|
.cbi-dropdown:focus {
|
|
|
|
.cbi-dropdown:focus {
|
|
|
|
border-color: var(--main-color);
|
|
|
|
border-color: var(--main-color);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.cbi-dropdown,
|
|
|
|
.cbi-dropdown,
|
|
|
|
select[multiple="multiple"] {
|
|
|
|
select[multiple] {
|
|
|
|
height: auto;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.cbi-value input[type="text"] {
|
|
|
|
.cbi-value input[type="text"] {
|
|
|
|