update frontend
This commit is contained in:
parent
8c39b6f4a5
commit
192217e23c
|
|
@ -296,3 +296,26 @@ body[data-theme="light"] .sw-header-quick-primary{
|
||||||
border-color:#1d4ed8;
|
border-color:#1d4ed8;
|
||||||
box-shadow:0 0 16px rgba(37,99,235,.45);
|
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;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue