style on table sortable

This commit is contained in:
Tykayn 2025-06-01 19:07:17 +02:00 committed by tykayn
parent b60b527ee1
commit 7edab7891e

View file

@ -15,4 +15,16 @@ body {
.no-name {
color: #df5a0d;
}
table.js-sort-table th {
cursor: pointer;
}
table.js-sort-table th:hover {
background-color: #f0f0f0;
}
table.js-sort-table th:active {
background-color: #e0e0e0;
}