|
|
@ -266,12 +266,12 @@ table {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
th[data-sort=desc]::after {
|
|
|
|
th[data-sort=desc]::after {
|
|
|
|
content: "🠻";
|
|
|
|
content: "⇩";
|
|
|
|
display: inline;
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
th[data-sort=asc]::after {
|
|
|
|
th[data-sort=asc]::after {
|
|
|
|
content: "🠹";
|
|
|
|
content: "⇧";
|
|
|
|
display: inline;
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|