From fc59169219461d98bd760ea07f9efed8f399b19d 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 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 */ -- 2.11.0