Add bulk download options dropdown

This commit is contained in:
Michael Shamoon
2022-12-04 23:09:19 -08:00
committed by Trenton H
parent 812df3782a
commit 48ef8eca80
5 changed files with 171 additions and 53 deletions

View File

@@ -203,9 +203,13 @@ $form-check-radio-checked-bg-image-dark: url("data:image/svg+xml,<svg xmlns='htt
.toast,
.toast .toast-header,
.toast .btn,
.toast .btn-close, {
.toast .btn-close {
color: var(--pngx-primary-text-contrast);
}
.dropdown-menu {
--bs-dropdown-color: var(--bs-body-color);
}
}
body.color-scheme-dark {