update frontend

This commit is contained in:
Your Name 2025-12-21 00:55:19 -05:00
parent 8c39b6f4a5
commit 192217e23c
1 changed files with 23 additions and 0 deletions

View File

@ -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;
}