From b0deb179514091fea0db0d58cd2781c10d7f4767 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 14 Oct 2024 10:32:18 +0100 Subject: [PATCH] . --- generic/templates/generic/trainees.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/generic/templates/generic/trainees.html b/generic/templates/generic/trainees.html index c06b32f4..5790fe48 100644 --- a/generic/templates/generic/trainees.html +++ b/generic/templates/generic/trainees.html @@ -56,7 +56,7 @@ > - + @@ -133,6 +133,11 @@ box-shadow: 0 0 2px #ccc; } + + tr:has(.trainee-checkbox:checked) { + background-color: darkgrey; + color: white; + } {% endblock %}