LP#1761142: (follow-up) tweak field-change style
authorGalen Charlton <gmc@equinoxinitiative.org>
Mon, 3 Aug 2020 21:31:32 +0000 (17:31 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 3 Aug 2020 21:39:18 +0000 (17:39 -0400)
[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 <gmc@equinoxinitiative.org>
Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2

index 7298cb0..5ee1c0b 100644 (file)
@@ -43,7 +43,7 @@
     padding-left: 5px;
   }
   .field-changed {
-    border: 3px solid #0e0;
+    border: 3px solid #004D00 !important;
   }
 </style>