diff --git a/css/default.css b/css/default.css index e69118e87..2db912fc9 100644 --- a/css/default.css +++ b/css/default.css @@ -210,9 +210,11 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#4e5d60;color:#f .ol a {} #ol_before fieldset {position:relative} -#ol_id {display:block;margin:0 0 5px !important;margin:0 0 3px;padding:0 5px;width:168px;height:22px;border:1px solid #b8c9c2;background:#fff;line-height:1.6em} +#ol_id {display:block;margin:0 0 5px !important;margin:0 0 3px;padding:0 5px;width:168px;height:22px;border:1px solid #b8c9c2;background:#f7f7f7;line-height:1.6em} +#ol_id:focus {border-color:#333;background:#4e5d60;color:#fff} .ol_idlabel {position:absolute;top:6px;left:5px;color:#4e5d60;font-size:0.9em} -#ol_pw {display:block;margin:0 0 5px !important;margin:0 0 3px;padding:0 5px;width:168px;height:22px;border:1px solid #b8c9c2;background:#fff;vertical-align:top;line-height:1.6em} +#ol_pw {display:block;margin:0 0 5px !important;margin:0 0 3px;padding:0 5px;width:168px;height:22px;border:1px solid #b8c9c2;background:#f7f7f7;vertical-align:top;line-height:1.6em} +#ol_pw:focus {border-color:#333;background:#4e5d60;color:#fff} .ol_pwlabel {position:absolute;top:35px;left:5px;color:#4e5d60;font-size:0.9em} #auto_login {} #auto_login_label {letter-spacing:-0.1em}