1
0
Fork 0

Adding sortablejs version 2023-04-20 (ef9a13e).

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2024-12-01 20:42:54 +01:00
parent fb054d7993
commit 4eaf124b30
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
5 changed files with 651 additions and 0 deletions

View file

@ -0,0 +1,11 @@
div.sortable thead tr.row0 th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
content: " \25B4\25BE"
}
div.sortable thead tr.row0 th.sorttable_sorted:after {
content: " \25BE"
}
div.sortable thead tr.row0 th.sorttable_sorted_reverse:after {
content: " \25B4"
}