New: Change outline heart icon to filled if the item is favorite
New: Made the card overlay 'Mark Played' icon thicker
This commit is contained in:
parent
7af4c705d0
commit
73cb573fc3
1 changed files with 9 additions and 0 deletions
|
|
@ -1758,6 +1758,15 @@ div[data-type="PhotoAlbum"] .play_arrow:before {
|
||||||
font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
|
font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cardScalable .material-icons.check:before {
|
||||||
|
font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 20;
|
||||||
|
transform: scale(1.25);
|
||||||
|
}
|
||||||
|
|
||||||
|
.emby-button[title="Favorite"] .material-icons.favorite:before {
|
||||||
|
font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 20;
|
||||||
|
}
|
||||||
|
|
||||||
.detailButton:not(.btnPlay) {
|
.detailButton:not(.btnPlay) {
|
||||||
color: var(--textColor);
|
color: var(--textColor);
|
||||||
backdrop-filter: none;
|
backdrop-filter: none;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue