2023-02-22 14:28:17 +01:00
|
|
|
.missing-many td {
|
2023-02-20 18:52:13 +01:00
|
|
|
background-color: #ffc590aa;
|
2015-05-03 20:05:39 +02:00
|
|
|
}
|
|
|
|
|
2023-02-22 14:28:17 +01:00
|
|
|
.missing-many:hover td, .missing-many:focus td {
|
2023-02-20 18:52:13 +01:00
|
|
|
background-color: #ffc590;
|
2015-05-03 20:05:39 +02:00
|
|
|
}
|
|
|
|
|
2023-02-22 14:28:17 +01:00
|
|
|
.missing-few td {
|
2023-02-20 18:52:13 +01:00
|
|
|
background-color: #fcf488aa;
|
2015-05-03 20:05:39 +02:00
|
|
|
}
|
2023-02-20 18:52:13 +01:00
|
|
|
|
2023-02-22 14:28:17 +01:00
|
|
|
.missing-few:hover td, .missing-few:focus td {
|
2023-02-20 18:52:13 +01:00
|
|
|
background-color: #fcf488;
|
|
|
|
}
|
|
|
|
|
2023-02-22 14:28:17 +01:00
|
|
|
.missing-none td {
|
|
|
|
background-color: #d0f6ffaa;
|
2023-02-20 18:52:13 +01:00
|
|
|
}
|
|
|
|
|
2023-02-22 14:28:17 +01:00
|
|
|
.missing-none:hover td, .missing-none:focus td {
|
|
|
|
background-color: #d0f6ff;
|
|
|
|
}
|