From 92377b918a90fa465e752c8747eca106ba84a6b4 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sun, 16 Aug 2026 15:57:37 -0400 Subject: [PATCH] Dark Mode Patches across the board for Calendar TinyMCE additonal dark mode css fixed and fixing autofocus on modal close when modal is open without a form autofocus --- agent/dashboard.php | 15 +- agent/modals/invoice/invoice_add_ticket.php | 2 +- agent/reports/expense_summary.php | 5 +- agent/reports/income_summary.php | 5 +- agent/reports/ticket_summary.php | 5 +- css/itflow_custom.css | 416 ++++++++++++++++++++ includes/header.php | 4 +- js/app.js | 94 +++++ 8 files changed, 527 insertions(+), 19 deletions(-) diff --git a/agent/dashboard.php b/agent/dashboard.php index 3daefae8c..ea9f855a8 100644 --- a/agent/dashboard.php +++ b/agent/dashboard.php @@ -806,8 +806,7 @@ if ($user_config_dashboard_technical_enable == 1) {