https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20744
Jonathan Druart <jonathan.dru...@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #75254|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart <jonathan.dru...@bugs.koha-community.org> --- Created attachment 75611 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=75611&action=edit Bug 20744: Replace staff client header Koha logo gif with transparent png This patch replaces koha-logo-medium.gif with a fully-transparent png. This patch also adds a white version in case someone finds it useful. To test, apply the patch and clear your cache if necessary. - View any page in the staff client and confirm that the Koha logo in the header area looks correct. - Add the following to IntranetUserCSS: .gradient { background: #46B9EA none; } - Reload the page and confirm that the Koha logo doesn't have a white fringe around the edges. - Append this to the CSS you added to IntranetUserCSS above: h1#logo { background-image: url("/intranet-tmpl/prog/img/koha-logo-medium-white.png"); } - Reload the page and confirm that the new white logo appears Signed-off-by: Claire Gravely <claire.grav...@bsz-bw.de> Signed-off-by: Jonathan Druart <jonathan.dru...@bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/