summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2018-06-06 20:34:12 +0200
committerGitHub <noreply@github.com>2018-06-06 20:34:12 +0200
commitebdd3fb64a55fce706f97afa2f8ad529de05cabc (patch)
treed3cfbe6e7b1ac55592b7aa88623a8fde53d4deec
parent3fc1d60482205c49e1935fb640b2071f70a7ae5a (diff)
parentc5a251098059a6c7a4ce97a3fe43798ede928028 (diff)
downloadnextcloud-server-ebdd3fb64a55fce706f97afa2f8ad529de05cabc.tar.gz
nextcloud-server-ebdd3fb64a55fce706f97afa2f8ad529de05cabc.zip
Merge pull request #9768 from nextcloud/fix/noid/continue-button-on-public-page
Fix style of password button on protected link shares
-rw-r--r--core/css/guest.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/guest.css b/core/css/guest.css
index 88341fb903a..a5f6b57533f 100644
--- a/core/css/guest.css
+++ b/core/css/guest.css
@@ -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'],