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:
authorJoas Schilling <coding@schilljs.com>2022-03-09 13:43:17 +0300
committerJoas Schilling <coding@schilljs.com>2022-03-09 13:43:17 +0300
commit4032f0b2c89ff2fad98e287bf247278421847e6e (patch)
tree9fba3356802b31968ff005140ac8ad79a304e553 /apps/theming/css
parent4d612359af9ba19a36ed63c0e68f3e619e23915c (diff)
Fix alternative login buttonsbugfix/noid/fix-alternativ-login-buttons
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/theming/css')
-rw-r--r--apps/theming/css/theming.scss13
1 files changed, 5 insertions, 8 deletions
diff --git a/apps/theming/css/theming.scss b/apps/theming/css/theming.scss
index 81b1b1a87ec..52337d2105f 100644
--- a/apps/theming/css/theming.scss
+++ b/apps/theming/css/theming.scss
@@ -167,8 +167,7 @@ $invert: luma($color-primary) > 0.6;
}
}
-input.primary,
-.alternative-logins a, {
+input.primary {
background-color: $color-primary-element;
border: 1px solid $color-primary-text;
color: $color-primary-text;
@@ -202,17 +201,15 @@ input.primary,
}
}
- input,
- .alternative-logins a {
+ input {
border: 1px solid nc-lighten($color-primary-text, 50%);
}
input.primary,
- button.primary,
- .alternative-logins a {
+ button.primary {
background-color: $color-primary;
color: $color-primary-text;
}
- a,
+ :not(div.alternative-logins) > a,
label,
footer p,
.alternative-logins legend,
@@ -257,7 +254,7 @@ input.primary,
}
#body-login {
- a, label, p {
+ :not(.alternative-logins) a, label, p {
color: $color-primary-text;
}