diff options
| author | Mark Otto <[email protected]> | 2014-03-24 20:07:54 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-24 20:07:54 -0700 |
| commit | acf57073231ebd521a87f523de6c51930d3c1ff4 (patch) | |
| tree | b4c89129746086f289961d63fc68eb1131e0c7f7 /dist/css/bootstrap.css | |
| parent | b4f4c7b16f26ca1cf9fabf4bca4447e1cb2a688e (diff) | |
| download | bootstrap-acf57073231ebd521a87f523de6c51930d3c1ff4.tar.xz bootstrap-acf57073231ebd521a87f523de6c51930d3c1ff4.zip | |
Fixes #13066: Add z-index to the form control feedback icons so input groups don't render on top of them
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
