mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 18:54:30 +01:00
reset line-height for file input in ie9
This commit is contained in:
parent
5bb55e4615
commit
158419c045
Binary file not shown.
3
docs/assets/css/bootstrap.css
vendored
3
docs/assets/css/bootstrap.css
vendored
@ -603,6 +603,9 @@ select, input[type="file"] {
|
|||||||
|
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
}
|
}
|
||||||
|
input[type="file"] {
|
||||||
|
line-height: 18px \9;
|
||||||
|
}
|
||||||
select {
|
select {
|
||||||
width: 220px;
|
width: 220px;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
|
@ -122,6 +122,11 @@ input[type="file"] {
|
|||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Reset line-height for IE
|
||||||
|
input[type="file"] {
|
||||||
|
line-height: 18px \9;
|
||||||
|
}
|
||||||
|
|
||||||
// Chrome on Linux and Mobile Safari need background-color
|
// Chrome on Linux and Mobile Safari need background-color
|
||||||
select {
|
select {
|
||||||
width: 220px; // default input width + 10px of padding that doesn't get applied
|
width: 220px; // default input width + 10px of padding that doesn't get applied
|
||||||
|
Loading…
x
Reference in New Issue
Block a user