From 201e9c721674f3333c302a9e5f2d3360256b7727 Mon Sep 17 00:00:00 2001 From: marcos Date: Mon, 12 Jul 2021 11:10:41 +0200 Subject: [PATCH] fixed visual error --- pandora_console/godmode/setup/snmp_wizard.php | 2 +- pandora_console/include/styles/pandora_black.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 be38bac7cc..d65f9c0320 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -1159,3 +1159,7 @@ a.pandora_pagination, padding-right: 35px; background-color: #222; } + +.bg_ccc { + background-color: #50505050 !important; +}