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 --- less/forms.less | 1 + 1 file changed, 1 insertion(+) (limited to 'less/forms.less') diff --git a/less/forms.less b/less/forms.less index 8bec21e48..0368c0c0f 100644 --- a/less/forms.less +++ b/less/forms.less @@ -292,6 +292,7 @@ input[type="checkbox"], position: absolute; top: (@line-height-computed + 5); // Height of the `label` and its margin right: 0; + z-index: 2; // Ensure icon is above input groups display: block; width: @input-height-base; height: @input-height-base; -- cgit v1.2.3