LP1984007 Adjusted text colors for fund warnings user/sleary/lp1984007-funds-dropdown-warnings
authorStephanie Leary <stephanie.leary@equinoxOLI.org>
Wed, 11 Jan 2023 21:27:45 +0000 (15:27 -0600)
committerStephanie Leary <stephanie.leary@equinoxOLI.org>
Wed, 11 Jan 2023 21:29:00 +0000 (15:29 -0600)
Lightened the new text warning and danger colors based on feedback.

Signed-off-by: Stephanie Leary <stephanie.leary@equinoxOLI.org>
Open-ILS/src/eg2/src/app/staff/acq/lineitem/copy-attrs.component.css
Open-ILS/src/eg2/src/app/staff/acq/po/summary.component.css

index 14756ff..8b486a2 100644 (file)
@@ -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;
 }
index 22e1f44..bf2cfa7 100644 (file)
@@ -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;
 }