adding outline callout as a fallback for IE--needs testing though, thought I already added this

This commit is contained in:
Mark Otto
2012-01-27 08:21:39 -08:00
parent 11d7ef1515
commit 9d0328ff00
2 changed files with 6 additions and 2 deletions

View File

@@ -192,6 +192,7 @@ textarea:focus {
@shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
.box-shadow(@shadow);
outline: 0;
outline: 1px dotted #666 \9; /* IE6-8 */
}
input[type=file]:focus,
input[type=checkbox]:focus,