diff --git a/pandora_console/godmode/setup/snmp_wizard.php b/pandora_console/godmode/setup/snmp_wizard.php index 278ec2d065..89750a5b72 100644 --- a/pandora_console/godmode/setup/snmp_wizard.php +++ b/pandora_console/godmode/setup/snmp_wizard.php @@ -97,7 +97,7 @@ $table->data['editor'] = [ 'oid' => html_print_input_text('oid_editor', '', '', 40, 255, true), 'description' => html_print_input_text('description_editor', '', '', 40, 255, true), 'post_process' => html_print_input_text('post_process_editor', '', '', 20, 255, true), - 'op' => ''.''.html_print_image('images/save_mc.png', true, ['title' => __('Save')]).''.''.'', + 'op' => ''.''.html_print_image('images/save_mc.png', true, ['title' => __('Save'), 'class' => 'invert_filter']).''.''.'', ]; diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index c85724de42..b824c3efbb 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -1199,3 +1199,6 @@ a.pandora_pagination, background-color: #222; color: #fff !important; } +.bg_ccc { + background-color: #50505050 !important; +}