[Koha-bugs] [Bug 29131] New: Row striping breaks color coding on item circulation alerts

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 28 22:57:39 CEST 2021


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


More information about the Koha-bugs mailing list