Browse Source

change to box-shadow for graceful degradation

Owen Versteeg 11 years ago
parent
commit
36cacaf722
1 changed files with 1 additions and 1 deletions
  1. 1 1
      less/inputs.less

+ 1 - 1
less/inputs.less

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