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 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016HdTEWQNrzyFULijigkmMn
This commit is contained in:
2026-09-11 15:03:04 +00:00
parent ae47e31a97
commit f1b0d97b81

View File

@@ -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 .date,
:root[data-theme="classic"] .ep.sel .line, :root[data-theme="classic"] .ep.sel .line,
:root[data-theme="classic"] .ep.sel .st, :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} :root[data-theme="classic"] .dt{background:linear-gradient(#80aae6,#3f78cf);color:#fff;padding:6px 12px;border-radius:4px}
</style> </style>
</head> </head>