| Summary: | Gray icons in the background in staff interface | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Pavel Bédi <resetka.bedi> |
| Component: | Staff interface | Assignee: | Bugs List <koha-bugs> |
| Status: | CLOSED INVALID | QA Contact: | Testopia <testopia> |
| Severity: | trivial | ||
| Priority: | P5 - low | CC: | gmcharlt |
| Version: | 21.11 | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Attachments: | Staff interface | ||
Can you explain the problem a little bit more? (In reply to Katrin Fischer from comment #1) > Can you explain the problem a little bit more? During normal use of the Staff Interface, icons appear on top of each other. See the attached file as a screenshot. I don't think that's normal. Or yes? There is a book and a list thing behind the icons, that's intentional :) (In reply to Katrin Fischer from comment #3) > There is a book and a list thing behind the icons, that's intentional :) I see. With the new version, it appeared there. It seemed ugly to me, so I thought it was a bug. The idea is that you can see them 'through' the magnifying glass |
Created attachment 131155 [details] 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>