Merge pull request #7026 from nextcloud/login-readability

Better readability for text on log in page which is directly on backgrounds
This commit is contained in:
Roeland Jago Douma 2017-10-31 14:02:24 +01:00 committed by GitHub
commit bdf7f57890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -389,6 +389,7 @@ form .warning input[type='checkbox']+label {
margin: 10px 0;
text-align: center;
width: 100%;
text-shadow: 0 0 2px rgba(0, 0, 0, .4); // better readability on bright background
}
#forgot-password {
padding: 11px;
@ -559,6 +560,7 @@ fieldset.update legend + p {
p.info {
margin: 0 auto;
padding-top: 20px;
text-shadow: 0 0 2px rgba(0, 0, 0, .4); // better readability on bright background
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;