mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
full searchable dxcc dropdown
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user