fix inline form-control
This commit is contained in:
parent
bbfbe036d6
commit
916e4563b2
1 changed files with 3 additions and 0 deletions
|
@ -2459,6 +2459,9 @@ footer {
|
||||||
display: block;
|
display: block;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
background: none;
|
background: none;
|
||||||
|
-webkit-appearance: none;
|
||||||
|
-moz-appearance: none;
|
||||||
|
appearance: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bulkAction-secondStep .form-group {
|
.bulkAction-secondStep .form-group {
|
||||||
|
|
Loading…
Reference in a new issue