mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 01:00:50 -04:00
Merge pull request #28061 from nextcloud/backport/27950/stable22
[stable22] Fix missing theming for login button
This commit is contained in:
commit
9c13098d65
1 changed files with 12 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue