Bug 20432: Add black version of small Koha logo for use in the OPAC
authorOwen Leonard <oleonard@myacpl.org>
Fri, 16 Mar 2018 10:16:23 +0000 (10:16 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 23 Mar 2018 14:45:38 +0000 (11:45 -0300)
This patch adds a black version of the Koha logo for use in OPAC
customization.

To test, apply the patch and add this CSS to your OPACUserCSS system
preference:

.navbar-inverse .navbar-inner {
    background: #CCC none;
}

 #logo {
    background: transparent url(/opac-tmpl/bootstrap/images/koha-logo-navbar-black.png) no-repeat scroll 0;
}

Refresh your OPAC and the top navigation bar should be changed from
black to grey, and you should see a black version of the Koha logo.

Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/opac-tmpl/bootstrap/images/koha-logo-navbar-black.png [new file with mode: 0644]

diff --git a/koha-tmpl/opac-tmpl/bootstrap/images/koha-logo-navbar-black.png b/koha-tmpl/opac-tmpl/bootstrap/images/koha-logo-navbar-black.png
new file mode 100644 (file)
index 0000000..69bc34e
Binary files /dev/null and b/koha-tmpl/opac-tmpl/bootstrap/images/koha-logo-navbar-black.png differ