From: Galen Charlton Date: Thu, 10 Feb 2022 16:02:54 +0000 (-0500) Subject: LP#1942220: improve color contrast for delayed LI background X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a14e234481e5a8413330d15fdebbe1db792fb696;p=working%2FEvergreen.git LP#1942220: improve color contrast for delayed LI background This depends on the previous patch for LP#1960526 Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem-list.component.css b/Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem-list.component.css index ac883144f5..7f3e605850 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem-list.component.css +++ b/Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem-list.component.css @@ -30,4 +30,4 @@ input[type="text"].form-control-sm { border-width: 1px; } .li-state-pending-order { background-color: #EEEEDD; } .li-state-on-order { background-color: #EEDDDD; } .li-state-received { background-color: #DDDDDD; } -.li-state-delayed { background-color: #99CCFF; } +.li-state-delayed { background-color: #B3D9FF; }