diff options
Diffstat (limited to 'scss/custom.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 { |