mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
Make option color explicitly gray and not white otherwise we will have options render white on white on some browsers, namely chrome on windows 10
This commit is contained in:
@@ -75,6 +75,10 @@ ordercycle {
|
||||
border-radius: 0 0.25em 0.25em 0;
|
||||
min-width: 13em;
|
||||
|
||||
option {
|
||||
color: $grey-700;
|
||||
}
|
||||
|
||||
@media all and (max-width: 480px) {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user