diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-09-11 19:00:28 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-04-16 16:38:32 +0200 |
commit | a7e8a1c1bd3a73fcd9a9d4528cb15ccd9c901bc0 (patch) | |
tree | 377f2200474d4393994716b3ba8496fb1766aa0e /scss | |
parent | 37a23f20320eea2d6b85fa9bb326846aea68d7ed (diff) | |
download | Ishtar-a7e8a1c1bd3a73fcd9a9d4528cb15ccd9c901bc0.tar.bz2 Ishtar-a7e8a1c1bd3a73fcd9a9d4528cb15ccd9c901bc0.zip |
💄 reorganize import tables
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 6 |
1 files changed, 5 insertions, 1 deletions
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 */ |