.
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
></i></span>
|
||||
</td>
|
||||
<td class="trainee-bulk-edit">
|
||||
<input type="checkbox" name="selection" value="{{trainee.user.pk}}">
|
||||
<input class="trainee-checkbox" type="checkbox" name="selection" value="{{trainee.user.pk}}">
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
@@ -133,6 +133,11 @@
|
||||
box-shadow: 0 0 2px #ccc;
|
||||
|
||||
}
|
||||
|
||||
tr:has(.trainee-checkbox:checked) {
|
||||
background-color: darkgrey;
|
||||
color: white;
|
||||
}
|
||||
</style>
|
||||
{% endblock %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user