| Summary: | Add black version of small Koha logo for use in the OPAC | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Owen Leonard <oleonard> |
| Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | nick |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | Trivial patch | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: | Circulation function: | ||
| Attachments: |
Bug 20432 - Add black version of small Koha logo for use in the OPAC
Bug 20432 - Add black version of small Koha logo for use in the OPAC Bug 20432 - Add black version of small Koha logo for use in the OPAC Bug 20432: Add black version of small Koha logo for use in the OPAC |
||
|
Description
Owen Leonard
2018-03-16 10:15:35 UTC
Created attachment 73013 [details] [review] 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. Created attachment 73031 [details] [review] 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. Created attachment 73043 [details] [review] 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> Created attachment 73072 [details] [review] 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> Pushed to master for 18.05, thanks to everybody involved! Enhancement, not backported for 17.11 |