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:
parent
da96cec13e
commit
e08ee11a60
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue