https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30192 Bug ID: 30192 Summary: Gray icons in the background in staff interface Change sponsored?: --- Product: Koha Version: 21.11 Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Staff Client Assignee: koha-bugs@lists.koha-community.org Reporter: resetka.bedi@gmail.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com Created attachment 131155 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131155&action=edit Staff interface Gray icons are on the background of magnifying glass icons (attachment). HTML code: <a class="icon_general icon_search" href="/cgi-bin/koha/catalogue/search.pl"> <span class="fa-stack"> <i class="fa fa-fw fa-book fa-stack-1x"></i> <i class="fa fa-fw fa-search fa-stack-2x"></i> </span> Advanced search </a> and: <a class="icon_general icon_search" href="/cgi-bin/koha/catalogue/itemsearch.pl"> <span class="fa-stack"> <i class="fa fa-fw fa-list fa-stack-1x"></i> <i class="fa fa-fw fa-search fa-stack-2x"></i> </span> Item search </a> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.