mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Remove unnecessary border from login button
This commit is contained in:
parent
9c4ab51735
commit
598883ffa0
1 changed files with 2 additions and 0 deletions
|
|
@ -381,6 +381,8 @@ body {
|
|||
.groupbottom input {
|
||||
margin-top: 0;
|
||||
border-top: 0;
|
||||
}
|
||||
#body-login .groupbottom #password {
|
||||
border-top-right-radius: 0;
|
||||
border-top-left-radius: 0;
|
||||
box-shadow: 0 1px 0 rgba(0,0,0,.1) inset !important;
|
||||
|
|
|
|||
Loading…
Reference in a new issue