From c219ad91c72159e3b352c1c5a36d30ad7425a541 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Fri, 17 Mar 2023 08:53:58 +0100 Subject: [PATCH] Visual minor fix --- pandora_console/godmode/events/custom_events.php | 3 +++ pandora_console/include/javascript/pandora_events.js | 3 +++ 2 files changed, 6 insertions(+) diff --git a/pandora_console/godmode/events/custom_events.php b/pandora_console/godmode/events/custom_events.php index 1a17f0b2c4..ea44daac5e 100644 --- a/pandora_console/godmode/events/custom_events.php +++ b/pandora_console/godmode/events/custom_events.php @@ -133,6 +133,7 @@ $table->data[1][1] = ''.html_print_image( 'id' => 'right', 'title' => __('Add fields to select'), 'style' => 'rotate: 180deg;', + 'class' => 'main_menu_icon invert_filter', ] ).''; $table->data[1][1] .= '



'.html_print_image( @@ -169,6 +170,7 @@ $table->data[1][2] .= ''.html_print_image( [ 'onclick' => 'sortUpDown(\'up\');', 'title' => __('Move up selected fields'), + 'class' => 'main_menu_icon invert_filter', ] ).''; $table->data[1][2] .= ''.html_print_image( @@ -177,6 +179,7 @@ $table->data[1][2] .= ''.html_print_image( [ 'onclick' => 'sortUpDown(\'down\');', 'title' => __('Move down selected fields'), + 'class' => 'main_menu_icon invert_filter', ] ).''; $table->data[1][2] .= ''; diff --git a/pandora_console/include/javascript/pandora_events.js b/pandora_console/include/javascript/pandora_events.js index e3f4040205..2f657779a6 100644 --- a/pandora_console/include/javascript/pandora_events.js +++ b/pandora_console/include/javascript/pandora_events.js @@ -972,6 +972,9 @@ function openSoundEventModal(settings) { width: 600, height: 600, open: function() { + $(".ui-widget-overlay") + .css("background", "black") + .css("opacity", 0.5); $.ajax({ method: "post", url: settings.url,