[Bug 40756] New: IntranetNav links have poor visibility/contrast
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40756 Bug ID: 40756 Summary: IntranetNav links have poor visibility/contrast Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Staff interface Assignee: koha-bugs@lists.koha-community.org Reporter: caroline.cyr-la-rose@inlibro.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com When you add a link to IntranetNav, it shows up as a green link on a black background. It's not great contrast. To recreate : 1. Go to Administration > System preferences 2. Search for IntranetNav 3. Enter the following code in the system preference <li><a href="http://localhost:8080/">OPAC</a></li> <li><a href="https://example.com/">Example</a><li> 4. Click 'Save all Staff interface preferences" 5. Go to the main staff interface page --> The links are green on black --> They are also smushed together It might be that I'm not using this system preference correctly, but there isn't any more information in the manual than in the system preference description. (I also tried without the li tags and it looks the same, I don't know that they are required.) If it's a usage problem, please let me know the right way and I'll add it to the manual. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40756 Laura Escamilla <Laura.escamilla@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Laura.escamilla@bywatersolu | |tions.com --- Comment #1 from Laura Escamilla <Laura.escamilla@bywatersolutions.com> --- They need to be adjusted to fit the Bootstrap 5 changes. If you use the following it works! <li class="nav-item"> <a class="nav-link" href="http://localhost:8080/" target="_blank">OPAC</a> </li> <li class="nav-item"> <a class="nav-link" href="https://example.com/" target="_blank">Example</a> </li> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40756 Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Documentation| |https://gitlab.com/koha-com submission| |munity/koha-manual/-/merge_ | |requests/1099 Status|NEW |RESOLVED Documentation| |Caroline Cyr La Rose contact| | --- Comment #2 from Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> --- I edited the manual to include Laura's tip. https://gitlab.com/koha-community/koha-manual/-/merge_requests/1099 I assume that is enough? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org