list_render: Use correct arrow for ascending.

Ascending files (as it currently is by default) should use an upwards
arrow.
This commit is contained in:
Brock Whittaker 2017-11-01 13:01:43 -07:00 committed by showell
parent fd19743098
commit 26dd785b2b
1 changed files with 1 additions and 1 deletions

View File

@ -960,7 +960,7 @@ input[type=checkbox].inline-block {
} }
#settings_page .table-striped thead th.active:after { #settings_page .table-striped thead th.active:after {
content: " \f0d7"; content: " \f0d8";
white-space: pre; white-space: pre;
display: inline-block; display: inline-block;
font: normal normal normal 12px/1 FontAwesome; font: normal normal normal 12px/1 FontAwesome;