Files
dokuwiki-plugins/lib/plugins/sortablejs/screen.css
Trevor Batley bce7dd054a add contents
2025-10-09 15:04:29 +11:00

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