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=fc59169219461d98bd760ea07f9efed8f399b19d;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 24f0c6fd5f..1769bf89a6 100644 --- a/Open-ILS/src/eg2/src/styles.css +++ b/Open-ILS/src/eg2/src/styles.css @@ -328,7 +328,7 @@ body>.dropdown-menu {z-index: 2100;} /* Default modal background color */ .modal-header { - background-color: #062C65; + background-color: var(--info); } /* Contrast for dialog titles */