Bug 20744: Replace staff client header Koha logo gif with transparent png
authorOwen Leonard <oleonard@myacpl.org>
Wed, 9 May 2018 12:54:23 +0000 (12:54 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 22 Jun 2018 20:37:01 +0000 (20:37 +0000)
commite2506ff73d9d9b0517350605a0e2cd34c1ad607a
treebc01e443026e50acf3c3c86323b28f50c601df34
parenta8f864c590011a249c87bb590bd10532712f1b59
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.gravely@bsz-bw.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/css/staff-global.css
koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline-mf.tt
koha-tmpl/intranet-tmpl/prog/img/koha-logo-medium-white.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/img/koha-logo-medium.gif [deleted file]
koha-tmpl/intranet-tmpl/prog/img/koha-logo-medium.png [new file with mode: 0644]