Style all standard select as the text input

This commit is contained in:
Sebastian Castro
2021-12-08 20:32:31 +01:00
parent 8107aa3a05
commit bce9fc5b4e
2 changed files with 5 additions and 3 deletions

View File

@@ -86,9 +86,6 @@ table#listing_products.bulk {
input, select {
width: 100%;
}
select {
margin-bottom: 0.5em;
}
}
td.left-actions {

View File

@@ -283,3 +283,8 @@ fieldset {
.form-buttons {
text-align: center;
}
select {
@extend input[type="text"];
background-color: white;
}