Fix table sort order indicator icon

This commit is contained in:
0xb00bface 2021-02-20 19:36:41 +01:00
parent 6e5e3d7991
commit e7b483088e
1 changed files with 2 additions and 0 deletions

View File

@ -45,10 +45,12 @@ body {overflow-y:scroll;}
}
.asc:after {
font-family: 'Font Awesome\ 5 Free';
content: "\f0de"; /* unicode sort up */
}
.desc:after {
font-family: 'Font Awesome\ 5 Free';
content: "\f0dd"; /* unicode sort down */
}