From 192217e23c1fb2632e3d70d6c10068b440c0465a Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 21 Dec 2025 00:55:19 -0500 Subject: [PATCH] update frontend --- src/styles/filters.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/styles/filters.css b/src/styles/filters.css index ab3dc7e..a3da26a 100644 --- a/src/styles/filters.css +++ b/src/styles/filters.css @@ -296,3 +296,26 @@ body[data-theme="light"] .sw-header-quick-primary{ border-color:#1d4ed8; box-shadow:0 0 16px rgba(37,99,235,.45); } + +/* === OVERRIDE: top quick action buttons (MY SPOT / NEW WIRE) === */ +[title="My spot"], +[title="My Spot"], +[title="New wire"], +[title="New Wire"], +[title="NEW WIRE"] { + background: #050816; /* noir comme les catégories */ + color: #ffffff; /* icône + texte blanc */ + border-radius: 999px; + border: 1px solid rgba(255,255,255,0.08); + box-shadow: 0 0 18px rgba(0,0,0,0.7); +} + +/* Icônes dedans prennent la couleur blanche */ +[title="My spot"] > *, +[title="My Spot"] > *, +[title="New wire"] > *, +[title="New Wire"] > *, +[title="NEW WIRE"] > * { + color: inherit; + fill: currentColor; +}