From 723cc01752218b988b8eed7eae92560578139551 Mon Sep 17 00:00:00 2001 From: Juan Diego Moreno Upegui Date: Thu, 18 Sep 2025 10:16:15 -0500 Subject: [PATCH] fix: color of selecting bars appearing green was fixed to appear pink --- naliia_sao_custom/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/naliia_sao_custom/custom.css b/naliia_sao_custom/custom.css index fad1733..a2109cd 100644 --- a/naliia_sao_custom/custom.css +++ b/naliia_sao_custom/custom.css @@ -9598,7 +9598,7 @@ button.list-group-item-selected.active:focus { .table > thead > tr.selected > th, .table > tbody > tr.selected > th, .table > tfoot > tr.selected > th { - background-color: #487b508c; + background-color: #F4E2D0; } .table-hover > tbody > tr > td.selected:hover, .table-hover > tbody > tr > th.selected:hover,