projects
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2081c7e
)
LP2008918: (follow-up) explicitly set modal title BG color
author
Galen Charlton
<gmc@equinoxOLI.org>
Thu, 11 May 2023 13:28:04 +0000
(09:28 -0400)
committer
Galen 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
patch
|
blob
|
history
diff --git
a/Open-ILS/src/eg2/src/styles.css
b/Open-ILS/src/eg2/src/styles.css
index
16e1b56
..
7d82284
100644
(file)
--- 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 */