Index: lams_central/web/css/free.ui.jqgrid.custom.css =================================================================== diff -u -r6582c67f62fe86aeb15f5b7e21b54a82952ec3d3 -rf11663c9b27c276fae910e6c3fa5561a3e2af781 --- lams_central/web/css/free.ui.jqgrid.custom.css (.../free.ui.jqgrid.custom.css) (revision 6582c67f62fe86aeb15f5b7e21b54a82952ec3d3) +++ lams_central/web/css/free.ui.jqgrid.custom.css (.../free.ui.jqgrid.custom.css) (revision f11663c9b27c276fae910e6c3fa5561a3e2af781) @@ -10,7 +10,7 @@ } .ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-caption { - background-color: #F6F5FA; + background-color: var(--bs-gray-200); } .ui-jqgrid .ui-jqgrid-bdiv { @@ -81,7 +81,7 @@ } .table-hover tbody tr:hover { - background-color: #F6F5FA; + background-color: var(--bs-gray-200); } .ui-jqgrid .ui-jqgrid-titlebar>.ui-jqgrid-titlebar-close {