mirror of
https://github.com/skidoodle/iphistory.git
synced 2025-02-15 08:29:16 +01:00
chore: Update sort indicator labels in style.css
This commit is contained in:
@@ -78,11 +78,11 @@ th {
|
||||
border: none;
|
||||
}
|
||||
th.sort-asc::after {
|
||||
content: " \u2191";
|
||||
content: " (newest first)";
|
||||
color: #fff;
|
||||
}
|
||||
th.sort-desc::after {
|
||||
content: " \u2193";
|
||||
content: " (oldest first)";
|
||||
color: #fff;
|
||||
}
|
||||
tbody tr:nth-child(even) {
|
||||
|
Reference in New Issue
Block a user