Support » Plugin: MP6 » CSS Issue With Checkboxes

Viewing 1 replies (of 1 total)
  • Thread Starter Lance Cleveland

    (@charlestonsw)

    wp-admin.css nw has a display:inline-block rule for input[type=”chekcbox”], input[type=”radio”].

    Guess I need my admin rules to be more explicit. I prefer a minimalistic approach, but at least it is a simple CSS update I can handle on my end.

    For my particular case I had to use a more specific CSS rule on my enqueued admin setup:

    input.onoffswitch-checkbox[type="checkbox"] { display: none; }

    Hope that gives others some hints on how they may need to tweak admin CSS rules.

    Your mileage may vary.

Viewing 1 replies (of 1 total)
  • The topic ‘CSS Issue With Checkboxes’ is closed to new replies.