diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index b0ba2af..5fe95c7 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -752,3 +752,7 @@ ul.changes { float: right; padding-right: 5em; } + +table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { + content: " \25B4\25BE" +}