diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-03-11 11:59:00 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-03-11 12:04:07 +0100 |
commit | 0bb79d525ccf525d7d41f88d30d2bed1fea9c7d8 (patch) | |
tree | da822fe407e81522703449b8db35f6ed61988877 /scss | |
parent | f34ee172417215395deb6e6a37648393c2b0e372 (diff) | |
download | Ishtar-0bb79d525ccf525d7d41f88d30d2bed1fea9c7d8.tar.bz2 Ishtar-0bb79d525ccf525d7d41f88d30d2bed1fea9c7d8.zip |
💄 better display of error message on ajax call
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 6c310607e..8903a52c3 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -1237,14 +1237,18 @@ ul.simple, #message { z-index: 42200; position: fixed; - top: 5px; - right: 5px; + top: 60px; + right: 60px; background: #fff; padding: 0.5em 1em; border: 1px solid; border-radius: 3px; } +#message.error { + background-color: lighten(red, 40%); +} + #message span{ padding: 0 1em; } @@ -1418,6 +1422,7 @@ $dark-theme-red: #912d2d; border-color: $gray-600; } + #message.error, .import-row-error, #main-container .table-striped tbody tr:nth-of-type(2n).import-row-error, #main-container .table-striped tbody tr:nth-of-type(2n+1).import-row-error { |