mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Style all standard select as the text input
This commit is contained in:
@@ -86,9 +86,6 @@ table#listing_products.bulk {
|
||||
input, select {
|
||||
width: 100%;
|
||||
}
|
||||
select {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
td.left-actions {
|
||||
|
||||
@@ -283,3 +283,8 @@ fieldset {
|
||||
.form-buttons {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
select {
|
||||
@extend input[type="text"];
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user