cambio de fuentes css

This commit is contained in:
marcos 2021-05-31 11:54:11 +02:00
parent d81eb88ff3
commit a44ca03046
2 changed files with 12 additions and 3 deletions

View File

@ -12887,7 +12887,7 @@ function reporting_get_stats_servers()
if (isset($server_performance['total_web_modules'])) {
$tdata = [];
$tdata[0] = html_print_image('images/world.png', true, ['title' => __('Web modules')]);
$tdata[0] = html_print_image('images/world.png', true, ['title' => __('Web modules'), 'class' => 'invert_filter']);
$tdata[1] = '<span class="big_data">'.format_numeric($server_performance['total_web_modules']).'</span>';
$tdata[2] = '<span class="med_data">'.format_numeric($server_performance['web_modules_rate'], 2).'</span>';

View File

@ -1108,6 +1108,15 @@ a.pandora_pagination,
border-bottom: 2px solid #707070;
}
.info_table tr th {
border-bottom: 1px solid #707070;
.info_table tr th,
.databox.data > tbody > tr > td {
border-bottom: 1px solid #707070 !important;
}
.databox.data > tbody > tr > td:first-child {
border-left: 1px solid #707070 !important;
}
.databox.data > tbody > tr > td:last-child {
border-right: 1px solid #707070 !important;
}