Merge pull request #7028 from nextcloud/stable12-login-readability
[stable12] Better readability for text on log in page which is directly on backgrounds
This commit is contained in:
commit
2bf0c70d63
|
@ -370,6 +370,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;
|
||||
|
@ -517,6 +518,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;
|
||||
|
|
Loading…
Reference in New Issue