https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29131
Bug ID: 29131
Summary: Row striping breaks color coding on item circulation
alerts
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Staff Client
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
To recreate:
Browse to Administration->Item circulation alerts
Note that 'Disabled for all' and 'Enabled' are the same color in the key
Note that half the rows are gray
Seems to be from:
tbody tr:nth-child(odd):not(.dtrg-group):not(.active)
td:not(.bg-danger):not(.bg-warning):not(.bg-info):not(.bg-success):not(.bg-primary)
{
background-color:#f9f9f9;
}
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/