Is there a way to get Windows accent color for use in html/css for IE, Chrome, Moz? Or at least one of those?
Thanks a lot for your help!
You can do this on Firefox in css with -moz-win-accentcolor
.
For example, if you were trying to make the background color of a div match the accent color, do:
div { background-color: -moz-win-accentcolor; }
As far as I know, no other browser (aside from Firefox-based browsers) can do this.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With