LP#1942220: improve color contrast for delayed LI background
authorGalen Charlton <gmc@equinoxOLI.org>
Thu, 10 Feb 2022 16:02:54 +0000 (11:02 -0500)
committerGalen Charlton <gmc@equinoxOLI.org>
Thu, 10 Feb 2022 16:02:54 +0000 (11:02 -0500)
This depends on the previous patch for LP#1960526

Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem-list.component.css

index ac88314..7f3e605 100644 (file)
@@ -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; }