I'm looking into changing the color of all radio buttons and checkboxes on my form. I saw other post that almost had what I needed however it wasn't quite there. I have it working when the form is live and not in read-only mode. Is there a way to have the buttons have their color changed when read-only or when storing the repository?
/* All radio and checkboxes */ .cf-field input[type="checkbox"], .cf-field input[type="radio"] {accent-color: blue;!important}