Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-02-21 18:35:27 +0300
committerJulius Härtl <jus@bitgrid.net>2019-02-21 18:35:27 +0300
commit92521822f399c394651547ffeb3e78ca572842d9 (patch)
tree056313ff0ec9553b81ba838842b149180ae63de9 /apps/theming/css
parentc84c13fb19af48a44ba741637afdd347afeeca80 (diff)
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.scss2
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,