From a12ab54dac21bdaf0ac3754dec8550fa75cf9f21 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Thu, 13 Feb 2014 15:18:39 -0500 Subject: update bootstrap to 3.1.0 --- bower_components/bootstrap/less/input-groups.less | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bower_components/bootstrap/less/input-groups.less') diff --git a/bower_components/bootstrap/less/input-groups.less b/bower_components/bootstrap/less/input-groups.less index b486cf4d..a1114746 100644 --- a/bower_components/bootstrap/less/input-groups.less +++ b/bower_components/bootstrap/less/input-groups.less @@ -17,6 +17,11 @@ } .form-control { + // Ensure that the input is always above the *appended* addon button for + // proper border colors. + position: relative; + z-index: 2; + // IE9 fubars the placeholder attribute in text inputs and the arrows on // select elements in input groups. To fix it, we float the input. Details: // https://github.com/twbs/bootstrap/issues/11561#issuecomment-28936855 -- cgit v1.2.3