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