From dbaf18b1e9e83b1f6862c6f5b823f72d274007f7 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