1
0
Fork 0
dokuwiki-plugins-extra/plugins/55/sortablejs/screen.css
Daniel Baumann 4eaf124b30
Adding sortablejs version 2023-04-20 (ef9a13e).
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-24 19:33:15 +01:00

11 lines
318 B
CSS

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"
}