group order package indication uses more color-blind friendly color
This commit is contained in:
parent
8b86959f13
commit
9dca57dcef
1 changed files with 9 additions and 9 deletions
|
@ -1,23 +1,23 @@
|
|||
.list .missing-many td {
|
||||
.missing-many td {
|
||||
background-color: #ffc590aa;
|
||||
}
|
||||
|
||||
.list .missing-many:hover td, .list .missing-many:focus td {
|
||||
.missing-many:hover td, .missing-many:focus td {
|
||||
background-color: #ffc590;
|
||||
}
|
||||
|
||||
.list .missing-few td {
|
||||
.missing-few td {
|
||||
background-color: #fcf488aa;
|
||||
}
|
||||
|
||||
.list .missing-few:hover td, .list .missing-few:focus td {
|
||||
.missing-few:hover td, .missing-few:focus td {
|
||||
background-color: #fcf488;
|
||||
}
|
||||
|
||||
.list .missing-none td {
|
||||
background-color: #e1f392aa;
|
||||
.missing-none td {
|
||||
background-color: #d0f6ffaa;
|
||||
}
|
||||
|
||||
.list .missing-none:hover td, .list .missing-none:focus td {
|
||||
background-color: #e1f392;
|
||||
.missing-none:hover td, .missing-none:focus td {
|
||||
background-color: #d0f6ff;
|
||||
}
|
Loading…
Reference in a new issue