From acf57073231ebd521a87f523de6c51930d3c1ff4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 24 Mar 2014 20:07:54 -0700 Subject: Fixes #13066: Add z-index to the form control feedback icons so input groups don't render on top of them --- dist/css/bootstrap.css | 1 + 1 file changed, 1 insertion(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 590598b44..e745d17c3 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2492,6 +2492,7 @@ select[multiple].input-lg { position: absolute; top: 25px; right: 0; + z-index: 2; display: block; width: 34px; height: 34px; -- cgit v1.2.3