diff options
| author | Mark Otto <[email protected]> | 2014-02-11 14:20:01 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-02-11 14:20:01 -0800 |
| commit | eb20d6f13244052f7794825531c9ee7e76430559 (patch) | |
| tree | bd899da20ea8f7f7d5d51d24899a1585caf0cb62 /dist/css/bootstrap.css | |
| parent | 24bf4398802098097875a11f69dfd750a0550c87 (diff) | |
| download | bootstrap-eb20d6f13244052f7794825531c9ee7e76430559.tar.xz bootstrap-eb20d6f13244052f7794825531c9ee7e76430559.zip | |
Fixes #11659, #12698, and #12349: Always apply position and z-index form controls in input groups for proper borders
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index fff1eda76..361f16728 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3304,6 +3304,8 @@ input[type="button"].btn-block { padding-left: 0; } .input-group .form-control { + position: relative; + z-index: 2; float: left; width: 100%; margin-bottom: 0; |
