mirror of
https://github.com/9001/copyparty.git
synced 2026-06-19 12:42:51 -06:00
use better sorting indicators that are consistent on more platforms
This commit is contained in:
parent
04da181eeb
commit
ef6cc41a24
|
|
@ -684,12 +684,12 @@ a:hover {
|
|||
}
|
||||
.s0:after,
|
||||
.s1:after {
|
||||
content: '⏷';
|
||||
content: '▾';
|
||||
/* margin-left: -.15em; */
|
||||
}
|
||||
.s0r:after,
|
||||
.s1r:after {
|
||||
content: '⏶';
|
||||
content: '▴';
|
||||
/* margin-left: -.15em; */
|
||||
}
|
||||
.s0:after,
|
||||
|
|
|
|||
Loading…
Reference in a new issue