https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15927
Bug ID: 15927
Summary: Remove use of <tr class="highlight"> for alternating
row colors.
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5 - low
Component: Templates
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
As a follow-up to the changes made in Bug 2889 we should clean up template
which have markup like this:
[% IF ( books_loo.toggle ) %]
<tr class="highlight">
[% ELSE %]
<tr>
[% END %]
...with the goal of being able to remove the "highlight" class from
staff-global.css or re-purpose it for a more specific highlighting task.
staff-global.css line 267, "tbody tr:nth-child(odd) td" should eliminate the
need for the highlight class.
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/