[Bug 20432] New: Add black version of small Koha logo for use in the OPAC
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20432 Bug ID: 20432 Summary: Add black version of small Koha logo for use in the OPAC Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: oleonard@myacpl.org QA Contact: testopia@bugs.koha-community.org The default OPAC CSS produces a black navigation bar at the top of the page with a white Koha logo. Adding an inverted version of that file might be useful to people who want to style their OPAC differently. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20432 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20432 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 73013 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=73013&action=edit 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; } 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. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20432 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #73013|0 |1 is obsolete| | --- Comment #2 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 73031 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=73031&action=edit 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. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20432 Séverine Queune <severine.queune@bulac.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20432 Séverine Queune <severine.queune@bulac.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #73031|0 |1 is obsolete| | --- Comment #3 from Séverine Queune <severine.queune@bulac.fr> --- Created attachment 73043 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=73043&action=edit 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> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20432 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20432 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #73043|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 73072 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=73072&action=edit 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> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20432 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #5 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Pushed to master for 18.05, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20432 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick@bywatersolutions.com Status|Pushed to Master |RESOLVED Resolution|--- |FIXED --- Comment #6 from Nick Clemens <nick@bywatersolutions.com> --- Enhancement, not backported for 17.11 -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org