diff options
author | Joas Schilling <coding@schilljs.com> | 2020-10-05 14:12:23 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2020-10-05 14:12:23 +0200 |
commit | 910588d2dcc1c6f3e9cc2ce8a49b188005652ab9 (patch) | |
tree | 01cf79dca9c61153abe5dcb95142f7e45cdcb6b9 /core/css | |
parent | b186852f9d387ac3517ae62804d5b81f178376c9 (diff) | |
download | nextcloud-server-910588d2dcc1c6f3e9cc2ce8a49b188005652ab9.tar.gz nextcloud-server-910588d2dcc1c6f3e9cc2ce8a49b188005652ab9.zip |
Don't influence toastify errors and always use white
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss index e66ceda15d4..1e316ac63ce 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -350,9 +350,9 @@ body { } } -.error { +.error:not(.toastify) { a { - color: var(--color-primary-text) !important; + color: white !important; font-weight: bold !important; &.button { color: var(--color-text-lighter) !important; |