From 1fdc7013f33701627538c008d75bf89d9a7954e1 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sat, 31 May 2025 11:55:41 -0700 Subject: [PATCH] New: Display 'Read' in the play button for books New: Updated read icon --- Theme/ElegantFin-theme-nightly.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 210afb8..e70d154 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -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"; }