summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-10-05 14:12:23 +0200
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2020-10-06 09:09:12 +0000
commit24de6c732bc3caacdf69bdde0327a048952824c3 (patch)
tree3da571737b8e83d5d8b613b6ca391b0af93cfc4a /core
parentc75378ac867498c9f1128df6414359c356074a37 (diff)
downloadnextcloud-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.scss4
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;