관리자: 입력창 색상대비 조정

This commit is contained in:
whitedot
2012-12-17 15:43:11 +09:00
parent 748c7f38a8
commit b26b568a99

View File

@ -66,7 +66,7 @@ h1 {margin-bottom:20px;color:#333;font-size:1.5em;font-family:"verdana","dotum";
label {vertical-align:middle}
textarea, input, select {border:1px solid #ced9de;background:#f6f9fa;vertical-align:middle}
textarea, input {padding:3px}
textarea:focus, input:focus {padding:4px;border:0;background:#9aacb4;color:#fff}
textarea:focus, input:focus {padding:4px;border:0;background:#434f54;color:#fff}
textarea {width:90%}
select {padding:2px}
legend {margin-left:0;padding:7px 10px;border:1px solid #ced9de;background:#f6f9fa}