https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23726
--- Comment #1 from Lucas Gass <[email protected]> --- Created attachment 93544 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=93544&action=edit Bug 23726: Give class to No Items Available text on OPAC results page TEST PLAN: 1. Make an item unvailable and find the text "No Items Available" in the search results. 2. Inspect the element and notice it does not have its own class. 3. Apply patch, 4. add this CSS to the OPACUserCSS: ".noitems{color:red;font-size:large;}" 5. Notice that the text "No Items Available" is now big and red. -- 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/
