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:
authorCarl Schwan <carl@carlschwan.eu>2021-07-13 18:57:29 +0300
committerCarl Schwan <carl@carlschwan.eu>2021-07-20 11:07:42 +0300
commitda68952524116328a17e06c039ca98fc4d8c76af (patch)
treed333a850490d6ddfd2458292934fd91e87d48826 /apps/theming/css
parent5579aaa7cb18b8d4832d831c20d70fb4d5189e66 (diff)
Fix missing theming for login button
Close #27495 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'apps/theming/css')
-rw-r--r--apps/theming/css/theming.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/theming/css/theming.scss b/apps/theming/css/theming.scss
index 148c8d7b3a1..2b9d12d2cd4 100644
--- a/apps/theming/css/theming.scss
+++ b/apps/theming/css/theming.scss
@@ -168,6 +168,18 @@ input.primary,
color: $color-primary-text;
}
+#body-login {
+ input.primary:enabled:hover,
+ input.primary:enabled:focus,
+ button.primary:enabled:hover,
+ button.primary:enabled:focus,
+ a.primary:enabled:hover,
+ a.primary:enabled:focus {
+ color: $color-primary-text;
+ background-image: linear-gradient(40deg, $color-primary 0%, lighten($color-primary, 20%) 100%);
+ }
+}
+
@if ($invert) {
#body-login {
.body-login-container {