#13557 fixed dark style for NCM type item report - Configuration Changes

This commit is contained in:
Jorge Rincon 2024-04-23 10:18:03 +02:00
parent 88384fa29d
commit 6d45308111
2 changed files with 15 additions and 3 deletions

View File

@ -7883,6 +7883,12 @@ function reporting_html_ncm_list($table, $item, $pdf=0)
*/
function reporting_html_ncm_backups($table, $item, $pdf=0)
{
global $config;
if ($config['style'] === 'pandora_black') {
ui_require_css_file('pandora_black');
}
ui_require_css_file('diff2html.min');
ui_require_css_file('highlight.min');
ui_require_css_file('highlight/vs.min');

View File

@ -2094,3 +2094,9 @@ select option:checked {
#horizontalBar > .labels > .label > div[style^="background"] {
filter: invert(1);
}
.d2h-file-list-header,
.d2h-file-name-wrapper,
.d2h-file-collapse {
color: #333 !important;
}