https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35837
--- Comment #23 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 206277 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206277&action=edit Bug 35837: Fix "show unsupported plugins" checkbox rendering as a thin line Koha's legacy input[type="checkbox"] rule in staff-global.css has higher CSS specificity than Bootstrap 5's .form-check-input class, so it wins and collapses the checkbox to a 2px line. Match Bootstrap's own higher-specificity .form-check-input[type="checkbox"] pattern (already used elsewhere in the same stylesheet) to restore the box. Test plan: 1. Open the plugin manager and click "Search for new plugins". 2. Confirm the "Show plugins not marked as compatible with my Koha version" checkbox renders as a normal square checkbox, not a thin line, and toggles correctly. Co-Authored-By: Claude Sonnet 5 <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
