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: koha-bugs@lists.koha-community.org Reporter: nick@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com 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.