aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-02-11 14:20:01 -0800
committerMark Otto <[email protected]>2014-02-11 14:20:01 -0800
commiteb20d6f13244052f7794825531c9ee7e76430559 (patch)
treebd899da20ea8f7f7d5d51d24899a1585caf0cb62 /dist/css/bootstrap.css
parent24bf4398802098097875a11f69dfd750a0550c87 (diff)
downloadbootstrap-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.css2
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;