From 6c66b6debb8adad0a6312f7ffa336a498a1a7fd7 Mon Sep 17 00:00:00 2001 From: bel Date: Sun, 21 Jul 2024 08:36:16 -0600 Subject: [PATCH] highlight original on amend... --- cmd/http/public/transactions.html | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/cmd/http/public/transactions.html b/cmd/http/public/transactions.html index 269ef32..255b035 100644 --- a/cmd/http/public/transactions.html +++ b/cmd/http/public/transactions.html @@ -5,6 +5,9 @@ input[type="text"] { border: 1px solid black; } + .amended { + border: 2px solid green; + }