Changes modal header and close button to white in order to pass WCAG
color contrast checks.
Signed-off-by: Stephanie Leary <stephanie.leary@equinoxOLI.org>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
@media (min-width: 1600px) { .modal-xl { max-width: 1500px; } }
@media (min-width: 1700px) { .modal-xl { max-width: 1600px; } }
+/* Contrast for dialog titles */
+.modal-header .modal-title {
+ color: #fff;
+ font-weight: 600;
+}
+
+.modal-header .close,
+.modal-header .close:hover {
+ color: #fff;
+ opacity: 1;
+ text-shadow: none;
+}
+
+.modal-header .close:not(:disabled):not(.disabled):focus,
+.modal-header .close:not(:disabled):not(.disabled):hover {
+ opacity: 1;
+}
+
/**
* Make the acquisitions search form's navigation tabs match
* those of the staff interface. This is a global rule because