mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add sort and filter icons
This commit is contained in:
parent
975c96f43f
commit
77ea8e1dfe
3 changed files with 14 additions and 0 deletions
|
@ -65,3 +65,17 @@
|
|||
.ui-nosvg .ui-icon-next-track:after {
|
||||
background-image: url("images/icons/nexttrack.png");
|
||||
}
|
||||
.ui-icon-sort:after {
|
||||
background-image: url("images/icons/sort.png");
|
||||
}
|
||||
/* Fallback */
|
||||
.ui-nosvg .ui-icon-sort:after {
|
||||
background-image: url("images/icons/sort.png");
|
||||
}
|
||||
.ui-icon-filter:after {
|
||||
background-image: url("images/icons/filter.png");
|
||||
}
|
||||
/* Fallback */
|
||||
.ui-nosvg .ui-icon-filter:after {
|
||||
background-image: url("images/icons/filter.png");
|
||||
}
|
BIN
dashboard-ui/css/images/icons/filter.png
Normal file
BIN
dashboard-ui/css/images/icons/filter.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 282 B |
BIN
dashboard-ui/css/images/icons/sort.png
Normal file
BIN
dashboard-ui/css/images/icons/sort.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 371 B |
Loading…
Add table
Add a link
Reference in a new issue