diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-09-25 16:20:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-25 16:20:27 +0200 |
commit | 4a59725b15b9173bd7a761604ba633bf38a203a4 (patch) | |
tree | afd6d736cea2ff9fee087356c3976f0343044b59 /apps/theming | |
parent | 548f4e9a27b578db66b6df15e2d8a28bbf66a822 (diff) | |
parent | 3ea0131351d474d8f3d16a879e6a39df1b1c99d5 (diff) | |
download | nextcloud-server-4a59725b15b9173bd7a761604ba633bf38a203a4.tar.gz nextcloud-server-4a59725b15b9173bd7a761604ba633bf38a203a4.zip |
Merge pull request #11123 from CrazyEasy/patch-1
Bugfix 2FA theme: buttons white
Diffstat (limited to 'apps/theming')
-rw-r--r-- | apps/theming/css/theming.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/theming/css/theming.scss b/apps/theming/css/theming.scss index 4a5b0e1aa27..f12ce4d907f 100644 --- a/apps/theming/css/theming.scss +++ b/apps/theming/css/theming.scss @@ -56,7 +56,7 @@ label, p, #alternative-logins legend { - color: $color-primary-text !important; + color: var(--color-primary-text); } input[type='checkbox'].checkbox--white + label:before { border-color: nc-darken($color-primary-element, 40%) !important; @@ -171,7 +171,7 @@ input.primary, #body-login { a, label, p { - color: $color-primary-text !important; + color: var(--color-primary-text); } } |