[MPP-466] add white background for unselected choice disabled

This commit is contained in:
Nicolas Selva 2024-04-15 15:14:52 +02:00
parent c329ac3d74
commit 829949484f
1 changed files with 6 additions and 0 deletions

View File

@ -59,3 +59,9 @@
color: white;
border: 1px solid grey;
}
.pp_mealcalendar .day.is_disabled .choice:not(.selected) {
background-color: white;
color: grey;
border: 1px solid grey;
}