diff --git a/install/assets/css/installer.css b/install/assets/css/installer.css index c7a420abe..3fca0c954 100644 --- a/install/assets/css/installer.css +++ b/install/assets/css/installer.css @@ -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; } \ No newline at end of file diff --git a/install/includes/interface_assets/footer.php b/install/includes/interface_assets/footer.php index 07c16e366..205f28f6a 100644 --- a/install/includes/interface_assets/footer.php +++ b/install/includes/interface_assets/footer.php @@ -38,6 +38,7 @@ } from "../assets/js/country-flag-emoji-polyfill.js"; polyfillCountryFlagEmojis("Twemoji Country Flags", "assets/fonts/TwemojiCountryFlags/TwemojiCountryFlags.woff2"); +