full searchable dxcc dropdown

This commit is contained in:
HB9HIL
2024-08-08 06:08:42 +02:00
parent 7c32805e2e
commit 8c1d1b6bc7
3 changed files with 52 additions and 1 deletions

View File

@@ -245,4 +245,23 @@ div.alert-danger {
.uppercase {
text-transform: uppercase;
}
.multiselect-container.dropdown-menu {
--bs-dropdown-padding-y: 0;
}
#dxcc_id + .btn-group .multiselect-container .multiselect-option input[type="radio"] {
display: none;
}
.multiselect {
--bs-btn-color: inherit !important;
--bs-btn-bg: inherit !important;
--bs-btn-border-color: inherit !important;
--bs-btn-hover-border-color: inherit !important;
--bs-btn-hover-bg: #1b1b1b;
--bs-btn-hover-color: inherit !important;
--bs-btn-active-bg: #1b1b1b;
--bs-btn-active-color: inherit !important;
}