]> source.dussan.org Git - nextcloud-server.git/commitdiff
Don't influence toastify errors and always use white 23216/head
authorJoas Schilling <coding@schilljs.com>
Mon, 5 Oct 2020 12:12:23 +0000 (14:12 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Tue, 6 Oct 2020 09:09:01 +0000 (09:09 +0000)
Signed-off-by: Joas Schilling <coding@schilljs.com>
core/css/styles.scss

index e66ceda15d4563c1d9924ce0a42373ea50668ed5..1e316ac63cef6989664a0368761092f67adfdaef 100644 (file)
@@ -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;