adjust text colors for remember and footer

This commit is contained in:
Jan-Christoph Borchardt 2013-07-22 13:44:26 +02:00
parent 622c567c1f
commit 89d0d7f58b
1 changed files with 8 additions and 3 deletions

View File

@ -180,12 +180,12 @@ input[type="submit"].enabled { background:#66f866; border:1px solid #5e5; -moz-b
width: 22em;
text-align: center;
margin: 0 auto;
color: #030303;
color: #000a20;
text-shadow: #3d4d64 0 1px 0;
}
#body-login p.info a {
font-weight: bold;
color: #070707;
color: #000d24;
}
#body-login #submit.login { margin-right:7px; } /* quick fix for log in button not being aligned with input fields, should be properly fixed by input field width later */
@ -267,12 +267,17 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
position: relative;
margin: 0;
font-size: 1em;
color: #030303;
color: #000d24;
text-shadow: #3d4d64 0 1px 0;
padding: 14px;
padding-left: 28px;
margin-left: -28px;
}
#body-login form input[type="checkbox"]+label:hover,
#body-login form input[type="checkbox"]+label:focus {
color: #000 !important;
text-shadow: #3d4d64 0 1px 0;
}
#body-login form .errors { background:#fed7d7; border:1px solid #f00; list-style-indent:inside; margin:0 0 2em; padding:1em; }
#body-login .success { background:#d7fed7; border:1px solid #0f0; width: 35%; margin: 30px auto; padding:1em; text-align: center;}