From: Jane Sandberg Date: Wed, 1 Mar 2023 17:37:32 +0000 (-0800) Subject: LP2008918: default modal background color X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=da06f0550c9184bf82d2466c79601357275657d1;p=Evergreen.git LP2008918: default modal background color To test: 1) Open the holdings editor in the angular staff catalog 2) right click on an item 3) select Add/Manage Item notes 4) Note that you can't see the text at the top of the modal, nor can you see the close button 5) Apply this patch and repeat steps 1-3 6) Note that the modal header is a darker color, so the text and close button are again visible. Signed-off-by: Jane Sandberg Signed-off-by: Stephanie Leary Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/eg2/src/styles.css b/Open-ILS/src/eg2/src/styles.css index 6848ee4453..8191f86973 100644 --- a/Open-ILS/src/eg2/src/styles.css +++ b/Open-ILS/src/eg2/src/styles.css @@ -258,6 +258,11 @@ body>.dropdown-menu {z-index: 2100;} @media (min-width: 1600px) { .modal-xl { max-width: 1500px; } } @media (min-width: 1700px) { .modal-xl { max-width: 1600px; } } +/* Default modal background color */ +.modal-header { + background-color: #062C65; +} + /* Contrast for dialog titles */ .modal-header .modal-title { color: #fff;