Sfoglia il codice sorgente

change to box-shadow for graceful degradation

Owen Versteeg 11 anni fa
parent
commit
36cacaf722
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;
 }