mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-25 06:46:29 +02:00
#13557 fixed dark style for NCM type item report - Configuration Changes
This commit is contained in:
parent
88384fa29d
commit
6d45308111
@ -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');
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user