mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
rake convert
This commit is contained in:
parent
041b09305f
commit
9b9365f9e7
2 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
module Bootstrap
|
module Bootstrap
|
||||||
VERSION = '3.1.0.2'
|
VERSION = '3.1.0.2'
|
||||||
BOOTSTRAP_SHA = '24bf4398802098097875a11f69dfd750a0550c87'
|
BOOTSTRAP_SHA = 'd8cfcad7c71a2b65325b36718c218fee4221e663'
|
||||||
end
|
end
|
||||||
|
|
|
@ -17,6 +17,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-control {
|
.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
|
// 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:
|
// select elements in input groups. To fix it, we float the input. Details:
|
||||||
// https://github.com/twbs/bootstrap/issues/11561#issuecomment-28936855
|
// https://github.com/twbs/bootstrap/issues/11561#issuecomment-28936855
|
||||||
|
|
Loading…
Add table
Reference in a new issue