diff options
author | Julius Härtl <jus@bitgrid.net> | 2019-02-21 16:35:27 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2019-02-21 16:35:27 +0100 |
commit | 92521822f399c394651547ffeb3e78ca572842d9 (patch) | |
tree | 056313ff0ec9553b81ba838842b149180ae63de9 /apps/theming/css | |
parent | c84c13fb19af48a44ba741637afdd347afeeca80 (diff) | |
download | nextcloud-server-92521822f399c394651547ffeb3e78ca572842d9.tar.gz nextcloud-server-92521822f399c394651547ffeb3e78ca572842d9.zip |
Apply theme to button elements as well
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/theming/css')
-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, |