https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27566
--- Comment #1 from Owen Leonard <[email protected]> --- Created attachment 115975 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115975&action=edit Bug 27566: Add generic font family to prevent unstyled select tags This patch adds a default font family "sans-serif" to the OPAC CSS as a workaround for this Firefox bug: font-family isn't honored in `<option>` element within `<select>` dropdown https://bugzilla.mozilla.org/show_bug.cgi?id=1536148 To test, apply the patch and rebuild the OPAC CSS (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client). - Open the OPAC main page in Firefox. - Click the search type dropdown. The options should be styled using your system's default sans-serif font rather than a serif font. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
