fix borders to gracefully degrade

This commit is contained in:
Owen Versteeg 2014-03-03 12:36:56 -05:00
parent dd5819d456
commit ceb5e27a44

View file

@ -1,8 +1,9 @@
textarea, input {
textarea, input, .addon-front {
font-size: .8em;
}
textarea, input {
border: 1px solid #ccc;
outline: 0;
padding: 6px;
&:focus {
@ -16,5 +17,5 @@ textarea, input[type='text'] {
.addon-front {
padding: 6px 11px;
border-right: 0;
box-shadow: 0 0 0 1px #ccc;
}