From b460313bc863a65e9fb20fa3c6cf4a898854a37e Mon Sep 17 00:00:00 2001 From: inportb Date: Tue, 27 Sep 2022 20:02:08 -0400 Subject: [PATCH] Decrease zebra stripe specificity to prioritize userstyle --- htdocs/ViewData.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/ViewData.vue b/htdocs/ViewData.vue index 495751d..4895410 100644 --- a/htdocs/ViewData.vue +++ b/htdocs/ViewData.vue @@ -37,8 +37,8 @@ table.table-sticky tbody tr { border-top: 1px dashed #dee2e6; } - table.table-sticky td:nth-of-type(odd) { - background-color: rgba(0, 0, 0, 0.05); + td:nth-of-type(odd) { + background-color: rgba(0, 0, 0, 0.05); } table.table-sticky tbody th, table.table-sticky th.name { font-weight: bold;