User-1901014284 posted
Thank you mgebhard,
Using the devtools I have found changing
-webkit-appearance: None;
to
-webkit-appearance: checkbox;
displays the textbox but when changing this within the CSS the checkbox still do not appear within the panel (please see below my CSS)
input, select, textarea {
-moz-appearance: none;
-webkit-appearance: checkbox;
-ms-appearance: none;
appearance: none;
}
I cannot see why this would be happening, would I need to make any further changes to the CSS?
Many thanks
Jonny