Fix filtered stripped tables

This commit is contained in:
Claude Brisson
2024-08-01 08:31:32 +02:00
parent 4ccddbf74c
commit 127c5e58d7

View File

@@ -281,8 +281,13 @@
vertical-align: baseline; vertical-align: baseline;
} }
.ui.striped.table>tbody>tr:nth-child(2n),.ui.striped.table>tr:nth-child(2n) { .ui.striped.table > tbody > tr:nth-child(2n), .ui.striped.table > tr:nth-child(2n) {
background-color: rgba(0,0,50,.1) background-color: inherit;
//background-color: rgba(0,0,50,.1)
}
.ui.striped.table > tbody > tr:nth-child(2n of :not(.filtered)), .ui.striped.table > tr:nth-child(2n of :not(.filtered)) {
background-color: rgba(0, 0, 50, 0.1);
} }
.form-actions { .form-actions {