Merge pull request #9768 from nextcloud/fix/noid/continue-button-on-public-page

Fix style of password button on protected link shares
This commit is contained in:
Roeland Jago Douma 2018-06-06 20:34:12 +02:00 committed by GitHub
commit ebdd3fb64a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -181,10 +181,10 @@ select {
width: auto;
min-width: 25px;
padding: 5px;
background-color: rgba(240,240,240,.9);
background-color: white;
font-weight: 600;
color: #555;
border: 1px solid rgba(240,240,240,.9);
border: none;
cursor: pointer;
}
input[type='text'],