Updated AdminLTE to 3.04 assets, added search to side bar, added company select drop down on sidebar. removed extra delete under edit contact
This commit is contained in:
20
plugins/datatables-rowgroup/css/rowGroup.bootstrap4.css
Normal file
20
plugins/datatables-rowgroup/css/rowGroup.bootstrap4.css
Normal file
@@ -0,0 +1,20 @@
|
||||
table.dataTable tr.dtrg-group td {
|
||||
background-color: #e0e0e0;
|
||||
}
|
||||
|
||||
table.dataTable tr.dtrg-group.dtrg-level-0 td {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
table.dataTable tr.dtrg-group.dtrg-level-1 td,
|
||||
table.dataTable tr.dtrg-group.dtrg-level-2 td {
|
||||
background-color: #f0f0f0;
|
||||
padding-top: 0.25em;
|
||||
padding-bottom: 0.25em;
|
||||
padding-left: 2em;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
table.dataTable tr.dtrg-group.dtrg-level-2 td {
|
||||
background-color: #f3f3f3;
|
||||
}
|
||||
Reference in New Issue
Block a user