From 142ec60dec1c9237311f7a86899b69a0520a246f Mon Sep 17 00:00:00 2001 From: Squidly271 Date: Fri, 11 Apr 2025 16:38:19 -0400 Subject: [PATCH] Fix: Filemanager check box color on white/azure themes --- emhttp/plugins/dynamix/sheets/Browse.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emhttp/plugins/dynamix/sheets/Browse.css b/emhttp/plugins/dynamix/sheets/Browse.css index a867c3392..2b89c2a1c 100644 --- a/emhttp/plugins/dynamix/sheets/Browse.css +++ b/emhttp/plugins/dynamix/sheets/Browse.css @@ -10,6 +10,7 @@ .Theme--azure:root, .Theme--white:root { --browse-table-tbody-tr-hover-td-bg-color: var(--black-opacity-10); + --browse-icon-color: var(--browse-text-color); } div#ace_settingsmenu, @@ -126,4 +127,4 @@ table.tablesorter.indexer tbody tr:hover td { div.autoheight { margin-top: 0; } -} \ No newline at end of file +}