Koha/koha-tmpl/opac-tmpl/bootstrap
Owen Leonard 8f4a0c40c8 Bug 20432: Add black version of small Koha logo for use in the OPAC
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>
2018-03-23 11:45:38 -03:00
..
css Bug 20155: (follow-up) Compiled CSS 2018-02-12 18:02:00 -03:00
en Bug 20195: Untranslatable Show/Hide title attr replacement in opac detail 2018-03-19 13:55:53 -03:00
images Bug 20432: Add black version of small Koha logo for use in the OPAC 2018-03-23 11:45:38 -03:00
itemtypeimg
js Bug 19702: Correct cookie path in Basket.js 2017-12-22 13:15:37 -03:00
less Bug 20155: Improve readability of OPAC header language menu 2018-02-12 18:02:00 -03:00
lib Bug 13696: Add support for Font Awesome icons in Koha 2015-10-27 09:57:23 -03:00