From 8f5f378d9c4dce03e1fc7ed0059d37a62bff4632 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Fri, 17 Nov 2023 18:21:24 +0100 Subject: [PATCH] fixed bckgrnd color of activeRow --- assets/css/general.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/css/general.css b/assets/css/general.css index cabac894..52a620b1 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -449,8 +449,9 @@ div#station_logbooks_linked_table_paginate { cursor: pointer; } -.table-striped > tbody > tr.activeRow { - background-color: #5cb85c; +.table-striped tbody > tr.activeRow { + background-color: #5cb85c !important; + --bs-table-bg: none; } .activeRow a {