From: Galen Charlton Date: Thu, 11 May 2023 13:28:04 +0000 (-0400) Subject: LP2008918: (follow-up) explicitly set modal title BG color X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=03d26400f700c6fd3ac5426f7cc60c777d23c63d;p=Evergreen.git LP2008918: (follow-up) explicitly set modal title BG color Needed because the fixes for LP#1991562 are not in rel_3_9 Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/eg2/src/styles.css b/Open-ILS/src/eg2/src/styles.css index 16e1b5626c..7d82284d27 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: var(--info); + background-color: #087990; } /* Contrast for dialog titles */