File: screen.css

package info (click to toggle)
dokuwiki-plugins-extra 20251207-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,656 kB
  • sloc: php: 88,796; javascript: 64,519; makefile: 112; sh: 76; xml: 71
file content (11 lines) | stat: -rw-r--r-- 318 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
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" 
}