From eb20d6f13244052f7794825531c9ee7e76430559 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 11 Feb 2014 14:20:01 -0800 Subject: Fixes #11659, #12698, and #12349: Always apply position and z-index form controls in input groups for proper borders --- dist/css/bootstrap.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dist/css/bootstrap.css') 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; -- cgit v1.2.3