Add desc sort icon font

This commit is contained in:
Rob Garrison 2017-12-23 18:52:15 -06:00
parent 621640bd9f
commit aa17234894
3 changed files with 22 additions and 1 deletions

View File

@ -962,6 +962,27 @@ input[id^="manage.newUI"] {
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 {
from {
opacity: 0;

View File

@ -81,7 +81,7 @@ function addSortOptions() {
const option = $create('option');
const optgroup = $create('optgroup');
const meta = {
desc: ' ',
desc: ' \uea4d',
enabled: t('genericEnabledLabel'),
disabled: t('genericDisabledLabel'),
dateNew: ` (${t('sortDateNewestFirst')})`,

BIN
manage/sort.ttf Normal file

Binary file not shown.