Better readability for text on log in page which is directly on backgrounds
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
00ffed5a19
commit
1f280bd59f
|
@ -370,6 +370,7 @@ form .warning input[type='checkbox']+label {
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
text-shadow: 0 0 2px rgba(0, 0, 0, .4); // better readability on bright background
|
||||||
}
|
}
|
||||||
#forgot-password {
|
#forgot-password {
|
||||||
padding: 11px;
|
padding: 11px;
|
||||||
|
@ -517,6 +518,7 @@ fieldset.update legend + p {
|
||||||
p.info {
|
p.info {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
|
text-shadow: 0 0 2px rgba(0, 0, 0, .4); // better readability on bright background
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
-ms-user-select: none;
|
-ms-user-select: none;
|
||||||
|
|
Loading…
Reference in New Issue