Tiny: Stop labels and selectbox having backgrounds.
-
On purely æsthetic grounds, consider changing the admin CSS to stop labels and input checkboxes to have background colouring, e.g.:
label {background: transparent !important;}
input[type=selectbox] {background: transparent !important;}
The topic ‘Tiny: Stop labels and selectbox having backgrounds.’ is closed to new replies.