המאפיין accent-color
מגדיר מה יהיו צבעי הפקדים של תגיות כגון
<progress>
, <input type="checkbox">
, <inputtype="radio">
, <input type="range">
דוגמא: משנה את צבע תיבת הבחירה, הרדיו המסומנת וגם צבע הפרוגרס
הערך שנבדק | Chrome | Firefox | EdgeC | Opera |
---|---|---|---|---|
rgb(255, 0, 0) | ✔️ | ✔️ | ✔️ | ✔️ |
auto | ✔️ | ✔️ | ✔️ | ✔️ |
black | ✔️ | ✔️ | ✔️ | ✔️ |
silver | ✔️ | ✔️ | ✔️ | ✔️ |
gray | ✔️ | ✔️ | ✔️ | ✔️ |
white | ✔️ | ✔️ | ✔️ | ✔️ |
maroon | ✔️ | ✔️ | ✔️ | ✔️ |
red | ✔️ | ✔️ | ✔️ | ✔️ |
purple | ✔️ | ✔️ | ✔️ | ✔️ |
fuchsia | ✔️ | ✔️ | ✔️ | ✔️ |
green | ✔️ | ✔️ | ✔️ | ✔️ |
lime | ✔️ | ✔️ | ✔️ | ✔️ |
olive | ✔️ | ✔️ | ✔️ | ✔️ |
yellow | ✔️ | ✔️ | ✔️ | ✔️ |
navy | ✔️ | ✔️ | ✔️ | ✔️ |
blue | ✔️ | ✔️ | ✔️ | ✔️ |
teal | ✔️ | ✔️ | ✔️ | ✔️ |
aqua | ✔️ | ✔️ | ✔️ | ✔️ |
transparent | ✔️ | ✔️ | ✔️ | ✔️ |
revert | ✔️ | ✔️ | ✔️ | ✔️ |
revert-layer | ✔️ | ✔️ | ✔️ | ✔️ |
unset | ✔️ | ✔️ | ✔️ | ✔️ |
inherit | ✔️ | ✔️ | ✔️ | ✔️ |
initial | ✔️ | ✔️ | ✔️ | ✔️ |