diff options
| author | Mark Otto <[email protected]> | 2012-03-28 18:18:41 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-28 18:18:41 -0700 |
| commit | 3308d1968f37eb81ef1578a409742e93813a8492 (patch) | |
| tree | 45e5d9ae81a7ff53ab2c95c1016acd4ca25663b1 /docs/assets/css | |
| parent | d6680a50b9d4518449b569259a0f150619d4074d (diff) | |
| download | bootstrap-3308d1968f37eb81ef1578a409742e93813a8492.tar.xz bootstrap-3308d1968f37eb81ef1578a409742e93813a8492.zip | |
fix #2846: Firefox required two clicks on selects to get to options dropdown
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 7ed443efb..9684cc912 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -991,6 +991,7 @@ select:focus:required:invalid:focus { .input-append select, .input-prepend .uneditable-input, .input-append .uneditable-input { + position: relative; margin-bottom: 0; *margin-left: 0; vertical-align: middle; @@ -1004,7 +1005,6 @@ select:focus:required:invalid:focus { .input-append select:focus, .input-prepend .uneditable-input:focus, .input-append .uneditable-input:focus { - position: relative; z-index: 2; } .input-prepend .uneditable-input, |
