From cdd42378e16a06b2f06a8e358168993b081b4a77 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 3 Aug 2020 17:31:32 -0400 Subject: [PATCH] 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 --- Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.43.2