[object Object]

← back to Commercialrealestate

CRCP listings: fix invisible Fields/columns panel text — remap ColumnManager's hardcoded dark palette to the page theme (black text on the light theme)

d542e17c32d5ad5bd4ebbef8abbcc32e93c65866 · 2026-08-17 16:25:24 -0700 · steve

Files touched

Diff

commit d542e17c32d5ad5bd4ebbef8abbcc32e93c65866
Author: steve <steve@designerwallcoverings.com>
Date:   Mon Aug 17 16:25:24 2026 -0700

    CRCP listings: fix invisible Fields/columns panel text — remap ColumnManager's hardcoded dark palette to the page theme (black text on the light theme)
---
 public/mls.html | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/public/mls.html b/public/mls.html
index 824a2ac..55352df 100644
--- a/public/mls.html
+++ b/public/mls.html
@@ -49,6 +49,12 @@
   .pill{font-size:10px;padding:1px 6px;border-radius:8px;font-weight:600;}
   .pill.active{background:rgba(63,185,80,.16);color:var(--acc);} .pill.other{background:rgba(210,153,34,.16);color:var(--warn);}
   .mut{color:var(--mut);}
+  /* ColumnManager ships a hardcoded DARK palette; remap it to the page theme so its
+     text (search box, "More columns"/"Shown by default" headers, All/None/Reset, hint)
+     is readable on the light theme (dark ink on white) instead of near-white on white. */
+  #fFields .cm{ --cm-ink:var(--ink); --cm-mut:var(--mut); --cm-card:var(--bg2); --cm-line:var(--line); --cm-gold:var(--ink); --cm-acc:var(--acc); }
+  #fFields .cm-grp{ color:var(--ink); opacity:1; }
+  #fFields .cm-search::placeholder{ color:var(--mut); opacity:1; }
   /* GRID */
   .grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--card-min,260px),1fr));gap:20px;}
   #sortsel{background:var(--card);color:var(--ink);border:1px solid var(--line);border-radius:7px;padding:5px 8px;font-size:12px}

← 6a61f29 CRCP listings: stage price/units/year filters behind a Go bu  ·  back to Commercialrealestate  ·  auto-data-snapshot: 2026-08-17T16:30:27 (4 data files) — cta c3832ac →