reset line-height for file input in ie9
This commit is contained in:
parent
5bb55e4615
commit
158419c045
3 changed files with 8 additions and 0 deletions
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;
|
||||
}
|
||||
input[type="file"] {
|
||||
line-height: 18px \9;
|
||||
}
|
||||
select {
|
||||
width: 220px;
|
||||
background-color: #ffffff;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue