mirror of
https://github.com/nextcloud/server.git
synced 2026-06-04 22:35:24 -04:00
Merge pull request #19379 from owncloud/remove-auth-button-border
remove border around button of password protected link confirmation
This commit is contained in:
commit
9a010cc8ce
1 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,8 @@ input[type='submit'] {
|
|||
|
||||
#body-login input[type='submit'] {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
top: 0;
|
||||
border: none;
|
||||
}
|
||||
|
||||
fieldset > p {
|
||||
|
|
|
|||
Loading…
Reference in a new issue