From f1b0d97b81aff5dcea5d950d4a94c6af730d9e6e Mon Sep 17 00:00:00 2001 From: rays Date: Fri, 11 Sep 2026 15:03:04 +0000 Subject: [PATCH] Classic: white text across a selected row, white lists A selected row's file size stayed grey on the Aqua blue; the whole row is white now. The directory's rows took the source list's pale blue-grey; lists were white in the original. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_016HdTEWQNrzyFULijigkmMn --- web/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/index.html b/web/index.html index 9d6f933..a8b1bac 100644 --- a/web/index.html +++ b/web/index.html @@ -493,7 +493,10 @@ input[type=range]::-moz-range-thumb{width:12px;height:12px;border:0;border-radiu :root[data-theme="classic"] .ep.sel .date, :root[data-theme="classic"] .ep.sel .line, :root[data-theme="classic"] .ep.sel .st, -:root[data-theme="classic"] .ep.sel .fl{color:#fff} +:root[data-theme="classic"] .ep.sel .fl, +:root[data-theme="classic"] .ep.sel .file{color:#fff} +/* Lists were white in the original; the pale blue-grey belongs to the source list alone. */ +:root[data-theme="classic"] .childrow{background:#fff} :root[data-theme="classic"] .dt{background:linear-gradient(#80aae6,#3f78cf);color:#fff;padding:6px 12px;border-radius:4px}