Hex-Feld breiter + helleren Text (voller Hex-Code sichtbar)

This commit is contained in:
2026-07-04 05:17:29 +02:00
parent 3c3746d529
commit 0f0cf83a4b
+3 -2
View File
@@ -4046,13 +4046,14 @@ body {
} }
.attr-color-hex { .attr-color-hex {
font-variant-numeric: tabular-nums; font-variant-numeric: tabular-nums;
color: var(--muted); color: var(--ink-2);
font-size: 11px; font-size: 11px;
} }
/* Editierbarer Hex-Code: sieht wie reiner Text aus, bis man klickt/fokussiert /* Editierbarer Hex-Code: sieht wie reiner Text aus, bis man klickt/fokussiert
— dann Rahmen + helle Schrift als Editier-Signal. */ — dann Rahmen + helle Schrift als Editier-Signal. */
.attr-color-hex-input { .attr-color-hex-input {
width: 6.5ch; width: 8.5ch;
color: var(--ink-2);
border: 1px solid transparent; border: 1px solid transparent;
background: transparent; background: transparent;
border-radius: 3px; border-radius: 3px;