mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
New: Display 'Read' in the play button for books
New: Updated read icon
This commit is contained in:
@@ -1671,7 +1671,7 @@ div[data-isfolder="true"] .cardText-first+.itemSelectionPanel>.checkboxContainer
|
||||
}
|
||||
|
||||
div[data-type="Book"] .play_arrow:before {
|
||||
content: "\f53b";
|
||||
content: "\f1c6";
|
||||
font-size: 85%;
|
||||
}
|
||||
|
||||
@@ -1789,6 +1789,14 @@ div[data-type="PhotoAlbum"] .play_arrow:before {
|
||||
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 {
|
||||
content: "Play";
|
||||
}
|
||||
|
Reference in New Issue
Block a user