mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Merge pull request #9321 from leopengilley/master
Styled text colour of admin order dropdown menu #9296
This commit is contained in:
@@ -82,6 +82,12 @@ div#group_buy_calculation {
|
||||
}
|
||||
}
|
||||
|
||||
// Changing placeholder text colour
|
||||
.items-placeholder::placeholder {
|
||||
color: $white;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
th.actions {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user