diff options
author | Joas Schilling <coding@schilljs.com> | 2020-10-05 14:12:23 +0200 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2020-10-06 09:09:12 +0000 |
commit | 24de6c732bc3caacdf69bdde0327a048952824c3 (patch) | |
tree | 3da571737b8e83d5d8b613b6ca391b0af93cfc4a /core | |
parent | c75378ac867498c9f1128df6414359c356074a37 (diff) | |
download | nextcloud-server-24de6c732bc3caacdf69bdde0327a048952824c3.tar.gz nextcloud-server-24de6c732bc3caacdf69bdde0327a048952824c3.zip |
Don't influence toastify errors and always use white
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core')
-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 1660527532a..6692f2a4535 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; |