summaryrefslogtreecommitdiff
path: root/scss/custom.scss
diff options
context:
space:
mode:
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
commit0bb79d525ccf525d7d41f88d30d2bed1fea9c7d8 (patch)
treeda822fe407e81522703449b8db35f6ed61988877 /scss/custom.scss
parentf34ee172417215395deb6e6a37648393c2b0e372 (diff)
downloadIshtar-0bb79d525ccf525d7d41f88d30d2bed1fea9c7d8.tar.bz2
Ishtar-0bb79d525ccf525d7d41f88d30d2bed1fea9c7d8.zip
💄 better display of error message on ajax call
Diffstat (limited to 'scss/custom.scss')
-rw-r--r--scss/custom.scss9
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 {