diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2019-02-21 19:13:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-21 19:13:46 +0100 |
commit | 8f6c2f1870f5ae5b0085b67b0536766ec7486005 (patch) | |
tree | 056313ff0ec9553b81ba838842b149180ae63de9 | |
parent | c84c13fb19af48a44ba741637afdd347afeeca80 (diff) | |
parent | 92521822f399c394651547ffeb3e78ca572842d9 (diff) | |
download | nextcloud-server-8f6c2f1870f5ae5b0085b67b0536766ec7486005.tar.gz nextcloud-server-8f6c2f1870f5ae5b0085b67b0536766ec7486005.zip |
Merge pull request #14329 from nextcloud/bugfix/14317/2fa-button-theming
Apply theme to 2FA button
-rw-r--r-- | apps/theming/css/theming.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/theming/css/theming.scss b/apps/theming/css/theming.scss index ea3792458fa..fdcc9c83588 100644 --- a/apps/theming/css/theming.scss +++ b/apps/theming/css/theming.scss @@ -60,8 +60,10 @@ $invert: luma($color-primary) > 0.6; border: 1px solid nc-lighten($color-primary-text, 50%); } input.primary, + button.primary, #alternative-logins li a { background-color: $color-primary; + color: $color-primary-text; } a, label, |