From d34763cc503ac565c9fefca1490cd27ace310cd8 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 5 Oct 2021 12:12:34 +0000 Subject: [PATCH] Bug 29131: Row striping breaks color coding on item circulation alerts The CSS we use for table row "striping," which uses 'tbody tr:nth-child(odd),' is often difficult to work with because it takes a lot of increased specificity to override the default. Bootstrap compounds this by adding its own similar CSS. In order to overcome this I've added '!important' to the CSS embedded in the item circulation alerts page. I normally would avoid '!important' but since this CSS is only relevant to this page I think it's appropriate. This patch also adds [% FILTER collapse %] around the +[% FILTER collapse %] + +[% END %] -- 2.20.1