From f2bdd98a4f369a60e1716e96b75f5f8260a3a1f8 Mon Sep 17 00:00:00 2001 From: mARTin-B78 Date: Mon, 6 Jul 2026 15:16:25 +0200 Subject: [PATCH] Fix invisible icon on the Cast as audiobook button (v1.13.10) A leftover rule colored the icon accent-blue from when this button was still .btn-secondary (accent icon on a white background). After making it the primary blue button in the last release, that same blue rendered blue-on-blue against the button's own background - invisible. Confirmed via computed style before/after (blue -> white) rather than guessing from the screenshot alone. Co-Authored-By: Claude Fable 5 --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- static/index.html | 6 +++--- static/style.css | 1 - 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12f6100..8a0be2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ Follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) · versioned wi --- +## [1.13.10] — 2026-07-06 + +### Fixed +- **"Cast as audiobook" icon was invisible** — a leftover rule colored its icon accent-blue from when the button was still the plain/secondary style; after making it the primary blue button, that same blue-on-blue rendered the icon invisible against the button's own background. + +--- + ## [1.13.9] — 2026-07-06 ### Changed diff --git a/VERSION b/VERSION index 084f226..f3352b3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.13.9 +1.13.10 diff --git a/static/index.html b/static/index.html index d443480..07de5bf 100644 --- a/static/index.html +++ b/static/index.html @@ -10,7 +10,7 @@ - + @@ -27,7 +27,7 @@ - + @@ -365,7 +365,7 @@ window.toggleNavTree = function(treeId, chevronId) { - + diff --git a/static/style.css b/static/style.css index 2b46245..6922e3f 100644 --- a/static/style.css +++ b/static/style.css @@ -5087,7 +5087,6 @@ code { background: var(--panel); border-radius: 4px; padding: 1px 5px; font-fami .reader-sel-hint { font-size: 12px; color: var(--subtext); } .reader-sel-hint b { color: var(--accent); } .reader-export { display: inline-flex; align-items: center; gap: 6px; } -#reader-audiobook-btn .mdi { color: var(--accent); } /* Audiobook live casting — floating, non-blocking, minimisable panel */ .ab-castpanel {