start cleaning up trainee management

This commit is contained in:
Ross
2024-09-02 12:58:05 +01:00
parent 33b49c9430
commit a024d7fca7
4 changed files with 28 additions and 1 deletions
+8
View File
@@ -1275,3 +1275,11 @@ tr:has(> td > a) {
color: lightgray;
overflow: auto;
}
.hover-highlight {
opacity: 50%;
}
.hover-highlight:hover {
opacity: 100%;
color:purple;
}