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