mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Adjust login button color and remove border
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
510f7cf1b6
commit
2801f5139b
1 changed files with 4 additions and 4 deletions
|
|
@ -81,11 +81,11 @@ input.primary {
|
|||
@if (lightness($color-primary) > 50) {
|
||||
#submit {
|
||||
border-color: nc-darken($color-primary, 20%);
|
||||
background-color: nc-darken($color-primary, 10%);
|
||||
background-color: nc-darken($color-primary, 20%);
|
||||
}
|
||||
#submit:hover {
|
||||
border-color: nc-darken($color-primary, 10%);
|
||||
background-color: nc-darken($color-primary, 3%);
|
||||
background-color: nc-darken($color-primary, 10%);
|
||||
}
|
||||
input[type='checkbox'].checkbox--white + label:before {
|
||||
border-color: nc-darken($color-primary, 40%) !important;
|
||||
|
|
@ -102,11 +102,11 @@ input.primary {
|
|||
} @else {
|
||||
#submit {
|
||||
border-color: nc-lighten($color-primary, 20%);
|
||||
background-color: nc-lighten($color-primary, 5%);
|
||||
background-color: nc-lighten($color-primary, 20%);
|
||||
}
|
||||
#submit:hover {
|
||||
border-color: nc-lighten($color-primary, 10%);
|
||||
background-color: nc-lighten($color-primary, 3%);
|
||||
background-color: nc-lighten($color-primary, 10%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue