diff --git a/view-webapp/src/main/sass/main.scss b/view-webapp/src/main/sass/main.scss index 0fded2a..4b67d03 100644 --- a/view-webapp/src/main/sass/main.scss +++ b/view-webapp/src/main/sass/main.scss @@ -281,8 +281,13 @@ vertical-align: baseline; } - .ui.striped.table>tbody>tr:nth-child(2n),.ui.striped.table>tr:nth-child(2n) { - background-color: rgba(0,0,50,.1) + .ui.striped.table > tbody > tr:nth-child(2n), .ui.striped.table > tr:nth-child(2n) { + 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 {