|
|
|
@ -385,7 +385,7 @@ input[type=checkbox], input[type=radio] { margin: 4px 0 0; margin-top: 1px\9; li
|
|
|
|
|
select[multiple], select[size] { height: auto }
|
|
|
|
|
input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px }
|
|
|
|
|
output { display: block; padding-top: 7px; font-size: 12px; line-height: 1.428571429; color: #555 }
|
|
|
|
|
.form-control { display: block; width: 100%; height: 31px; padding: 6px 12px; font-size: 12px; line-height: 1.428571429; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s }
|
|
|
|
|
.form-control { display: block; width: 100%; height: 40px; padding: 6px 12px; font-size: 16px; line-height: 1.428571429; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s }
|
|
|
|
|
.form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6) }
|
|
|
|
|
.form-control::-moz-placeholder {
|
|
|
|
|
color:#999;
|
|
|
|
|