New: Display 'Read' in the play button for books
New: Updated read icon
This commit is contained in:
parent
bdc6dcbf78
commit
1fdc7013f3
1 changed files with 9 additions and 1 deletions
|
|
@ -1671,7 +1671,7 @@ div[data-isfolder="true"] .cardText-first+.itemSelectionPanel>.checkboxContainer
|
||||||
}
|
}
|
||||||
|
|
||||||
div[data-type="Book"] .play_arrow:before {
|
div[data-type="Book"] .play_arrow:before {
|
||||||
content: "\f53b";
|
content: "\f1c6";
|
||||||
font-size: 85%;
|
font-size: 85%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -1789,6 +1789,14 @@ div[data-type="PhotoAlbum"] .play_arrow:before {
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mainDetailButtons:has(.detailButton[data-type="Book"]) .btnPlay[title="Play"]>.detailButton-content::after {
|
||||||
|
content: "Read";
|
||||||
|
}
|
||||||
|
|
||||||
|
.mainDetailButtons:has(.detailButton[data-type="Book"]) .btnPlay .material-icons.play_arrow:before {
|
||||||
|
content: "\f1c6";
|
||||||
|
}
|
||||||
|
|
||||||
.btnPlay[title="Play"]>.detailButton-content::after {
|
.btnPlay[title="Play"]>.detailButton-content::after {
|
||||||
content: "Play";
|
content: "Play";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue