Add desc sort icon font
This commit is contained in:
parent
621640bd9f
commit
aa17234894
|
@ -962,6 +962,27 @@ input[id^="manage.newUI"] {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* sort font */
|
||||||
|
@font-face {
|
||||||
|
font-family: 'sorticon';
|
||||||
|
src: url('sort.ttf?t4i57s') format('truetype');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
unicode-range: U+EA4D;
|
||||||
|
}
|
||||||
|
|
||||||
|
#sort-select {
|
||||||
|
font-family: 'sorticon', arial;
|
||||||
|
speak: none;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: normal;
|
||||||
|
font-variant: normal;
|
||||||
|
text-transform: none;
|
||||||
|
line-height: 1;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
}
|
||||||
|
|
||||||
@keyframes fadein {
|
@keyframes fadein {
|
||||||
from {
|
from {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|
|
@ -81,7 +81,7 @@ function addSortOptions() {
|
||||||
const option = $create('option');
|
const option = $create('option');
|
||||||
const optgroup = $create('optgroup');
|
const optgroup = $create('optgroup');
|
||||||
const meta = {
|
const meta = {
|
||||||
desc: ' ⇩',
|
desc: ' \uea4d',
|
||||||
enabled: t('genericEnabledLabel'),
|
enabled: t('genericEnabledLabel'),
|
||||||
disabled: t('genericDisabledLabel'),
|
disabled: t('genericDisabledLabel'),
|
||||||
dateNew: ` (${t('sortDateNewestFirst')})`,
|
dateNew: ` (${t('sortDateNewestFirst')})`,
|
||||||
|
|
BIN
manage/sort.ttf
Normal file
BIN
manage/sort.ttf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user