diff --git a/pandora_console/extensions/insert_data.php b/pandora_console/extensions/insert_data.php index 6fa0672f84..f60b00b469 100644 --- a/pandora_console/extensions/insert_data.php +++ b/pandora_console/extensions/insert_data.php @@ -186,7 +186,7 @@ function mainInsertData() } $table = new stdClass(); - $table->class = 'databox m2020'; + $table->class = 'databox'; $table->style = []; $table->cellstyle[0][0] = 'width: 0'; $table->cellstyle[0][1] = 'width: 0'; diff --git a/pandora_console/extensions/resource_exportation.php b/pandora_console/extensions/resource_exportation.php index ba9f6e5480..fc51509462 100755 --- a/pandora_console/extensions/resource_exportation.php +++ b/pandora_console/extensions/resource_exportation.php @@ -437,7 +437,7 @@ function resource_exportation_extension_main() ); $table = new stdClass(); - $table->class = 'databox m2020'; + $table->class = 'databox'; $table->id = 'resource_exportation_table'; $table->style = []; $table->style[0] = 'width: 0'; diff --git a/pandora_console/extensions/resource_registration.php b/pandora_console/extensions/resource_registration.php index 1473fcdc38..17827d0d6b 100755 --- a/pandora_console/extensions/resource_registration.php +++ b/pandora_console/extensions/resource_registration.php @@ -1122,7 +1122,7 @@ function resource_registration_extension_main() ); $table = new stdClass(); - $table->class = 'databox m2020'; + $table->class = 'databox'; $table->id = 'resource_registration_table'; $table->data = []; diff --git a/pandora_console/general/header.php b/pandora_console/general/header.php index d82f1a0be2..c4915e366d 100644 --- a/pandora_console/general/header.php +++ b/pandora_console/general/header.php @@ -363,7 +363,7 @@ echo sprintf('
', $menuTypeClass); 'images/send_feedback@header.svg', true, [ - 'class' => 'main_menu_icon', + 'class' => 'main_menu_icon invert_filter', 'title' => __('Feedback'), 'id' => 'feedback-header', 'alt' => __('Feedback'), @@ -417,7 +417,7 @@ echo sprintf('
', $menuTypeClass); true, [ 'title' => __('Edit my user'), - 'class' => 'main_menu_icon bot', + 'class' => 'main_menu_icon bot invert_filter', 'alt' => 'user', ] ); diff --git a/pandora_console/godmode/agentes/configure_field.php b/pandora_console/godmode/agentes/configure_field.php index ca518d5056..3e38e5af2b 100755 --- a/pandora_console/godmode/agentes/configure_field.php +++ b/pandora_console/godmode/agentes/configure_field.php @@ -63,7 +63,7 @@ if ($id_field) { } $table = new stdClass(); -$table->class = 'databox m2020'; +$table->class = 'databox'; $table->id = 'configure_field'; echo "