Hides all checkboxes in admin
-
FYI, this plugin hides all checkboxes in admin. Really strange. Took me forever to figure out where my checkboxes on media file, products, posts, etc… went.
Here’s the CSS from the plugin:
/* base styles */ ..... /* border radius for checkbox */ input[type="checkbox"] { border-radius: 2px; visibility: hidden; }
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Hides all checkboxes in admin’ is closed to new replies.