Index: lams_central/web/css/free.ui.jqgrid.custom.css =================================================================== diff -u -r0a68df1374679cd481c6063272aa80b3f0d75ddd -rf5fa910456cca31846e2c1a097bb4ab750a345ab --- lams_central/web/css/free.ui.jqgrid.custom.css (.../free.ui.jqgrid.custom.css) (revision 0a68df1374679cd481c6063272aa80b3f0d75ddd) +++ lams_central/web/css/free.ui.jqgrid.custom.css (.../free.ui.jqgrid.custom.css) (revision f5fa910456cca31846e2c1a097bb4ab750a345ab) @@ -28,7 +28,7 @@ } .ui-jqgrid-labels th { - border-bottom: 2px solid #20639B !important; + border-bottom: 2px solid var(--bs-secondary)!important; padding-bottom: .4rem !important; background-color: #fff; } @@ -50,7 +50,7 @@ } .ui-jqgrid-bdiv .ui-row-ltr.jqgrow td { - border-bottom: 2px solid #C3CEDC !important; + border-bottom: 2px solid var(--bs-gray-300) !important; height: initial !important; } @@ -156,4 +156,8 @@ .ui-jqgrid.ui-jqgrid-bootstrap .ui-pg-table .btn.ui-pg-button[id^="refresh_"] { padding: 0.9em 0 0.7em 0; +} + +.ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-btable .table-success { + background-color: rgba(0, 145, 74, 0.1); } \ No newline at end of file