| @@ -340,8 +340,45 @@ | ||
| 340 | 340 | 'max' => '', |
| 341 | 341 | 'min' => '', |
| 342 | 342 | ), |
| 343 | 343 | ), |
| 344 | + 'customcss' => array( | |
| 345 | + 'headerRow' => array( | |
| 346 | + 'background-color' => '', | |
| 347 | + 'color' => '', | |
| 348 | + 'transform' => '', | |
| 349 | + ), | |
| 350 | + 'tableRow' => array( | |
| 351 | + 'background-color' => '', | |
| 352 | + 'color' => '', | |
| 353 | + 'transform' => '', | |
| 354 | + ), | |
| 355 | + 'oddTableRow' => array( | |
| 356 | + 'background-color' => '', | |
| 357 | + 'color' => '', | |
| 358 | + 'transform' => '', | |
| 359 | + ), | |
| 360 | + 'selectedTableRow' => array( | |
| 361 | + 'background-color' => '', | |
| 362 | + 'color' => '', | |
| 363 | + 'transform' => '', | |
| 364 | + ), | |
| 365 | + 'hoverTableRow' => array( | |
| 366 | + 'background-color' => '', | |
| 367 | + 'color' => '', | |
| 368 | + 'transform' => '', | |
| 369 | + ), | |
| 370 | + 'headerCell' => array( | |
| 371 | + 'background-color' => '', | |
| 372 | + 'color' => '', | |
| 373 | + 'transform' => '', | |
| 374 | + ), | |
| 375 | + 'tableCell' => array( | |
| 376 | + 'background-color' => '', | |
| 377 | + 'color' => '', | |
| 378 | + 'transform' => '', | |
| 379 | + ), | |
| 380 | + ), | |
| 344 | 381 | ) |
| 345 | 382 | ); |
| 346 | 383 | $wizard_data = array( |
| 347 | 384 | 'chart_type' => $chart_type, |