[Koha-bugs] [Bug 28187] rowGroup headings are getting their styles overriden

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 22 14:40:07 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28187

--- Comment #7 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Indeed.. still stuck

How does the following rule get generated:

tbody tr:nth-child(odd)
td:not(.bg-danger):not(.bg-warning):not(.bg-info):not(.bg-success):not(.bg-primary)
{
    background-color: #f9f9f9;
}

and why does it take precedence over

table.dataTable tr.dtrg-group td {
    background-color: #e0e0e0;
}

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list