mirror of
https://github.com/9001/copyparty.git
synced 2026-06-19 04:32:26 -06:00
more neutral sorting indicators
This commit is contained in:
parent
153be9ae94
commit
f5b95585f6
|
|
@ -668,13 +668,13 @@ a:hover {
|
|||
}
|
||||
.s0:after,
|
||||
.s1:after {
|
||||
content: '⌄';
|
||||
margin-left: -.15em;
|
||||
content: '⏷';
|
||||
/* margin-left: -.15em; */
|
||||
}
|
||||
.s0r:after,
|
||||
.s1r:after {
|
||||
content: '⌃';
|
||||
margin-left: -.15em;
|
||||
content: '⏶';
|
||||
/* margin-left: -.15em; */
|
||||
}
|
||||
.s0:after,
|
||||
.s0r:after {
|
||||
|
|
|
|||
Loading…
Reference in a new issue