Index: lams_central/web/css/free.ui.jqgrid.custom.scss =================================================================== diff -u -re977dc3c8ca28d9a515f34d0c390142ed24ae8d2 -r3d1c6963589452c441b1670c2eecf3eb85a128a5 --- lams_central/web/css/free.ui.jqgrid.custom.scss (.../free.ui.jqgrid.custom.scss) (revision e977dc3c8ca28d9a515f34d0c390142ed24ae8d2) +++ lams_central/web/css/free.ui.jqgrid.custom.scss (.../free.ui.jqgrid.custom.scss) (revision 3d1c6963589452c441b1670c2eecf3eb85a128a5) @@ -24,7 +24,7 @@ } .ui-jqgrid .ui-jqgrid-bdiv { - overflow: inherit; + /*overflow: inherit;*/ /*removed as it prevents a scroll bar to appear*/ } .ui-jqgrid-htable th { @@ -178,4 +178,30 @@ .ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-btable .table-success { background-color: rgba(0, 145, 74, 0.1); +} + +/* Copied from bootstrap 3 .css file to support hightlighting of selected rows */ +.ui-jqgrid.ui-jqgrid-bootstrap { + .table>tbody>tr.success>td, + .table>tbody>tr.success>th, + .table>tbody>tr>td.success, + .table>tbody>tr>th.success, + .table>tfoot>tr.success>td, + .table>tfoot>tr.success>th, + .table>tfoot>tr>td.success, + .table>tfoot>tr>th.success, + .table>thead>tr.success>td, + .table>thead>tr.success>th, + .table>thead>tr>td.success, + .table>thead>tr>th.success { + background-color: #dff0d8 + } + + .table-hover>tbody>tr.success:hover>td, + .table-hover>tbody>tr.success:hover>th, + .table-hover>tbody>tr:hover>.success, + .table-hover>tbody>tr>td.success:hover, + .table-hover>tbody>tr>th.success:hover { + background-color: #d0e9c6 + } } \ No newline at end of file