From 10b131ef60815f2aba93259243d8a2ac4da92fc5 Mon Sep 17 00:00:00 2001 From: Stephanie Leary Date: Wed, 11 Jan 2023 15:27:45 -0600 Subject: [PATCH] LP1984007 Adjusted text colors for fund warnings Lightened the new text warning and danger colors based on feedback. Signed-off-by: Stephanie Leary --- Open-ILS/src/eg2/src/app/staff/acq/lineitem/copy-attrs.component.css | 4 ++-- Open-ILS/src/eg2/src/app/staff/acq/po/summary.component.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/acq/lineitem/copy-attrs.component.css b/Open-ILS/src/eg2/src/app/staff/acq/lineitem/copy-attrs.component.css index 14756ff626..8b486a2da6 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/lineitem/copy-attrs.component.css +++ b/Open-ILS/src/eg2/src/app/staff/acq/lineitem/copy-attrs.component.css @@ -9,7 +9,7 @@ button.dropdown-item span { button.dropdown-item .fund-balance-state-stop { background: #f8d7da; - color: #58151c; + color: #842029; font-weight: 600; padding-left: .2rem; } @@ -26,7 +26,7 @@ button.dropdown-item.active .fund-balance-state-stop { button.dropdown-item .fund-balance-state-warning { background-color: #ffe69c; - color: #723809; + color: #984C0C; font-weight: 600; padding-left: .2rem; } diff --git a/Open-ILS/src/eg2/src/app/staff/acq/po/summary.component.css b/Open-ILS/src/eg2/src/app/staff/acq/po/summary.component.css index 22e1f44c81..bf2cfa7e4c 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/po/summary.component.css +++ b/Open-ILS/src/eg2/src/app/staff/acq/po/summary.component.css @@ -1,6 +1,6 @@ .text-danger { background-color: #f8d7da; - color: #58151c !important; + color: #842029 !important; font-weight: 600; padding: 0 .25rem; } @@ -14,7 +14,7 @@ .bg-warning { background-color: #ffe69c !important; - color: #723809; + color: #984C0C; font-weight: 600; } -- 2.11.0