Add color coding for selected shifts in timetable and update button styles

This commit is contained in:
Ross
2025-08-11 14:16:27 +01:00
parent b72d33189c
commit 45837597d9
2 changed files with 62 additions and 13 deletions
+5
View File
@@ -330,4 +330,9 @@ table.transposed th.bank-holiday {
.force-assigned {
background-color: #ffe066 !important;
border: 2px solid #ff8800 !important;
}
button.selected {
background: #0074d9;
color: #fff;
}