diff --git a/pandora_console/include/ajax/module.php b/pandora_console/include/ajax/module.php index eb28826291..c34b838ba9 100755 --- a/pandora_console/include/ajax/module.php +++ b/pandora_console/include/ajax/module.php @@ -233,7 +233,7 @@ if (check_login()) { false ); $formtable->data[0][2] = ''; - $formtable->data[0][3] = "".html_print_image('images/refresh.png', true, ['style' => 'vertical-align: middle;', 'border' => '0' ]).''; + $formtable->data[0][3] = "".html_print_image('images/refresh.png', true, ['style' => 'vertical-align: middle;', 'border' => '0', 'class' => 'invert_filter' ]).''; $formtable->rowspan[0][3] = 2; $formtable->cellstyle[0][3] = 'vertical-align: middle;'; @@ -1051,7 +1051,7 @@ if (check_login()) { if ($module['flag'] == 0) { $data[0] = ''.html_print_image('images/target.png', true, ['border' => '0', 'title' => __('Force'), 'class' => 'invert_filter' ]).''; } else { - $data[0] = ''.html_print_image('images/refresh.png', true, ['border' => '0', 'title' => __('Refresh')]).''; + $data[0] = ''.html_print_image('images/refresh.png', true, ['border' => '0', 'title' => __('Refresh'), 'class' => 'invert_filter']).''; } } } else { diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index 3a517e42dd..65a1490554 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -1095,7 +1095,8 @@ ul.subsubmenu li { a.pandora_pagination, .filter_summary > div, -.border_bt { +.border_bt, +.pagination .page_number { border: 1px solid #707070 !important; }