diff --git a/pandora_console/include/functions_html.php b/pandora_console/include/functions_html.php index 305d2c5d7d..37054a3e86 100644 --- a/pandora_console/include/functions_html.php +++ b/pandora_console/include/functions_html.php @@ -6912,12 +6912,12 @@ function html_print_label_input_block( function html_print_go_top() { $output = ''; - $output .= '
'; - $output .= ''; - $output .= 'Dark / 20 / arrow@svg'; + $output .= '
'; + $output .= ''; + // $output .= ''.__('Go to top').''; $output .= 'Created with Sketch.'; - $output .= ''; - $output .= ''; + $output .= ''; + $output .= ''; $output .= ''; $output .= ''; $output .= '
'; diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 64d0d9cae4..cd181c325b 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -11888,3 +11888,7 @@ li.input-interval .extra-container-input .select2 { label:has(span.label-alert-agent) { margin-bottom: 10px; } + +td[id^="table_info_box"] a { + font-weight: bold; +}