From: Galen Charlton Date: Mon, 3 Aug 2020 21:31:32 +0000 (-0400) Subject: LP#1761142: (follow-up) tweak field-change style X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=cdd42378e16a06b2f06a8e358168993b081b4a77;p=evergreen%2Fequinox.git LP#1761142: (follow-up) tweak field-change style [1] Ensure that the border is displayed. [2] Change the border color to one that has more contrast as compared to the bg-success background color. Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2 b/Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2 index 7298cb0d49..5ee1c0bb4e 100644 --- a/Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2 +++ b/Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2 @@ -43,7 +43,7 @@ padding-left: 5px; } .field-changed { - border: 3px solid #0e0; + border: 3px solid #004D00 !important; }