@@ -, +, @@ transparent png - 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 --- koha-tmpl/intranet-tmpl/prog/css/staff-global.css | 2 +- .../intranet-tmpl/prog/en/modules/circ/offline-mf.tt | 2 +- .../intranet-tmpl/prog/img/koha-logo-medium-white.png | Bin 0 -> 2871 bytes koha-tmpl/intranet-tmpl/prog/img/koha-logo-medium.gif | Bin 2715 -> 0 bytes koha-tmpl/intranet-tmpl/prog/img/koha-logo-medium.png | Bin 0 -> 2859 bytes 5 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/img/koha-logo-medium-white.png delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/koha-logo-medium.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/img/koha-logo-medium.png --- a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css +++ a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css @@ -1446,7 +1446,7 @@ h1#logo { width:180px; } h1#logo { - background: transparent url(../img/koha-logo-medium.gif) no-repeat scroll 0%; + background: transparent url(../img/koha-logo-medium.png) no-repeat scroll 0%; margin:0.75em .3em 0.75em .7em; } --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline-mf.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline-mf.tt @@ -26,7 +26,7 @@ CACHE: [% interface %]/lib/jquery/plugins/jquery-ui-timepicker-addon.min.js [% themelang %]/lib/yui/reset-fonts-grids.css [% interface %]/prog/img/cart-small.gif -[% interface %]/prog/img/koha-logo-medium.gif +[% interface %]/prog/img/koha-logo-medium.png [% interface %]/prog/img/loading.gif [% interface %]/prog/sound/beep.ogg [% interface %]/prog/sound/critical.ogg