From: Galen Charlton Date: Wed, 10 May 2023 15:53:35 +0000 (-0400) Subject: LP2008918: (follow-up) standardize on the info cyan for the modal headers X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2081c7e4e30d083aeb1de7214fcd15b1a69e3273;p=Evergreen.git LP2008918: (follow-up) standardize on the info cyan for the modal headers Signed-off-by: Galen Charlton 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 8191f86973..16e1b5626c 100644 --- a/Open-ILS/src/eg2/src/styles.css +++ b/Open-ILS/src/eg2/src/styles.css @@ -260,7 +260,7 @@ body>.dropdown-menu {z-index: 2100;} /* Default modal background color */ .modal-header { - background-color: #062C65; + background-color: var(--info); } /* Contrast for dialog titles */