I\'m currently using readonly=\"readonly\" to disable fields. I\'m now trying to style the attribute using CSS. I\'ve tried using
input[readonly] { /*styling
input[readonly] { background-color:blue; }
https://curtistimson.co.uk/post/css/style-readonly-attribute-css/