[Bug 43055] New: HTML customizations adds a white background
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43055 Bug ID: 43055 Summary: HTML customizations adds a white background Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Tools Assignee: koha-bugs@lists.koha-community.org Reporter: cbrannon@cdalibrary.org QA Contact: testopia@bugs.koha-community.org Target Milestone: --- HTML customizations includes a white background which is not always wanted. Is this intentional, or can it be shut off? It would be easy to add to content if needed, but is more difficult to remove if it isn't needed. -- 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=43055 --- Comment #1 from Christopher Brannon <cbrannon@cdalibrary.org> --- I'm having to use this jQuery to remove the unwanted styling from the cataloging home page: $('#cat_cataloging-home .page-section').css({'padding': '0','background-color': 'transparent'}); Again, this is something that could be added if wanted, but we have to use jQuery to remove for now. -- 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=43055 Christopher Brannon <cbrannon@cdalibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|HTML customizations adds a |HTML customizations adds |white background |unwanted styling -- 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=43055 --- Comment #2 from Christopher Brannon <cbrannon@cdalibrary.org> --- Note that I removed the extra padding that was added as well. -- 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=43055 --- Comment #3 from Owen Leonard <oleonard@myacpl.org> --- IMO it's good for a system like HTML customizations to have a sensible default, something which will work well for someone adding simple content. For others, using custom CSS is an accessible solution. -- 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