From 03d26400f700c6fd3ac5426f7cc60c777d23c63d Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 11 May 2023 09:28:04 -0400 Subject: [PATCH] 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 --- Open-ILS/src/eg2/src/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.11.0