change to box-shadow for graceful degradation

This commit is contained in:
Owen Versteeg 2014-03-03 12:08:14 -05:00
parent da8ee83ef5
commit 36cacaf722

View file

@ -1,5 +1,5 @@
textarea, input, .addon-front {
border: 1px solid #ccc;
box-shadow: 0 0 0 1px #ccc;
font-size: .8em;
}