This commit is contained in:
Olusesan Ameye
2021-02-17 14:50:55 -05:00
parent 9ff502d850
commit 093061fff6
2 changed files with 28 additions and 50 deletions
@@ -4,7 +4,7 @@ class Admin_Controller extends MCORE_Controller {
public $template = array(
'table_open' => "<table datatable-scroll-y class='table table-striped table-hover table-bordered table-condensed'>",
'thead_open' => '<thead class=\'bg-indigo\'>',
'thead_open' => '<thead class=\'bg-indigo\' style=\'background-color:#0066cc; color:white;\'>',
'thead_close' => '</thead>',
'heading_row_start' => '<tr>',
'heading_row_end' => '</tr>',