From a7e8a1c1bd3a73fcd9a9d4528cb15ccd9c901bc0 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 11 Sep 2023 19:00:28 +0200 Subject: đŸ’„ reorganize import tables MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scss/custom.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'scss') diff --git a/scss/custom.scss b/scss/custom.scss index 1c81d2f75..1883798a2 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -669,7 +669,11 @@ div#validation-bar{ } .errorlist { - color: darken(red, 20%);; + color: darken(red, 20%); +} + +.import-row-error { + background-color: lighten(red, 40%); } /* context menu */ -- cgit v1.2.3