fix inline form-control

This commit is contained in:
Felix Niklas 2014-10-07 17:36:42 +02:00
parent bbfbe036d6
commit 916e4563b2

View file

@ -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 {