2023-02-20 18:52:13 +01:00
|
|
|
.list .missing-many td {
|
|
|
|
background-color: #ffc590aa;
|
2015-05-03 20:05:39 +02:00
|
|
|
}
|
|
|
|
|
2023-02-20 18:52:13 +01:00
|
|
|
.list .missing-many:hover td, .list .missing-many:focus td {
|
|
|
|
background-color: #ffc590;
|
2015-05-03 20:05:39 +02:00
|
|
|
}
|
|
|
|
|
2023-02-20 18:52:13 +01:00
|
|
|
.list .missing-few td {
|
|
|
|
background-color: #fcf488aa;
|
2015-05-03 20:05:39 +02:00
|
|
|
}
|
2023-02-20 18:52:13 +01:00
|
|
|
|
|
|
|
.list .missing-few:hover td, .list .missing-few:focus td {
|
|
|
|
background-color: #fcf488;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list .missing-none td {
|
|
|
|
background-color: #e1f392aa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list .missing-none:hover td, .list .missing-none:focus td {
|
|
|
|
background-color: #e1f392;
|
|
|
|
}
|