LP2008918: (follow-up) explicitly set modal title BG color
authorGalen Charlton <gmc@equinoxOLI.org>
Thu, 11 May 2023 13:28:04 +0000 (09:28 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Thu, 11 May 2023 13:28:30 +0000 (09:28 -0400)
Needed because the fixes for LP#1991562 are not in rel_3_9

Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/eg2/src/styles.css

index 16e1b56..7d82284 100644 (file)
@@ -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 */