mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #27950 from CarlSchwan/work/carl/login-button-theming
Fix missing theming for login button
This commit is contained in:
commit
71109b7425
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