Merge pull request #8599 from seballot/select

Style all standard select as the text input in the backoffice
This commit is contained in:
Filipe
2021-12-17 09:25:43 +00:00
committed by GitHub
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;
}