The arrows were the wrong way up on the sort indicators.
This commit is contained in:
parent
7f94c0a8fa
commit
8f21c5e719
|
@ -96,8 +96,8 @@ input#new_version {
|
|||
}
|
||||
|
||||
/* Sortable tables */
|
||||
th.headerSortUp::after { content: " ▲"; }
|
||||
th.headerSortDown::after { content: " ▼"; }
|
||||
th.headerSortUp::after { content: " ▼"; }
|
||||
th.headerSortDown::after { content: " ▲"; }
|
||||
|
||||
#register-button,
|
||||
#sign-in-button {
|
||||
|
|
Loading…
Reference in New Issue
Block a user