From 2081c7e4e30d083aeb1de7214fcd15b1a69e3273 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 10 May 2023 11:53:35 -0400 Subject: [PATCH] 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 --- 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 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 */ -- 2.11.0