diff options
| author | Mark Otto <[email protected]> | 2012-02-05 02:14:25 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-05 02:14:25 -0800 |
| commit | 91475c865dd8fe224c574c1a15e8949fccdda8c0 (patch) | |
| tree | fa4a0c33680a5123e946cfd4662e20cad2888e70 /docs/assets/css/bootstrap.css | |
| parent | 4a09cf04d8d644734f91c9a9ce97091ad698fcce (diff) | |
| download | bootstrap-91475c865dd8fe224c574c1a15e8949fccdda8c0.tar.xz bootstrap-91475c865dd8fe224c574c1a15e8949fccdda8c0.zip | |
fix #1631 by adding focus to radio buttons
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 2da793c7f..12b9af84d 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -654,7 +654,10 @@ input:focus, textarea:focus { /* IE6-8 */ } -input[type="file"]:focus, input[type="checkbox"]:focus, select:focus { +input[type="file"]:focus, +input[type="radio"]:focus, +input[type="checkbox"]:focus, +select:focus { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; |
