summaryrefslogtreecommitdiff
path: root/bower_components/bootstrap/less/input-groups.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-02-13 15:18:39 -0500
committerThomas Park <thomas@thomaspark.me>2014-02-13 15:18:39 -0500
commita12ab54dac21bdaf0ac3754dec8550fa75cf9f21 (patch)
tree1aee04baf597c7d6d462f6694f3846a6a5572018 /bower_components/bootstrap/less/input-groups.less
parenta43354fc783adee59aae1b6cfb4dc253837af316 (diff)
update bootstrap to 3.1.0
Diffstat (limited to 'bower_components/bootstrap/less/input-groups.less')
-rw-r--r--bower_components/bootstrap/less/input-groups.less5
1 files changed, 5 insertions, 0 deletions
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