diff options
| author | Mark Otto <[email protected]> | 2012-01-27 08:21:39 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-27 08:21:39 -0800 |
| commit | 9d0328ff00a1fa28f58b3cefa826bed9e21ab580 (patch) | |
| tree | 0e2f71a445267dbd7513939582a45360f3259b7a /less/forms.less | |
| parent | 11d7ef1515a09559b287089782abf85827e667c4 (diff) | |
| download | bootstrap-9d0328ff00a1fa28f58b3cefa826bed9e21ab580.tar.xz bootstrap-9d0328ff00a1fa28f58b3cefa826bed9e21ab580.zip | |
adding outline callout as a fallback for IE--needs testing though, thought I already added this
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less index 9e2e1dc1b..d2e049de5 100644 --- a/less/forms.less +++ b/less/forms.less @@ -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, |
