adding outline callout as a fallback for IE--needs testing though, thought I already added this
This commit is contained in:
parent
11d7ef1515
commit
9d0328ff00
2 changed files with 6 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue