Fix: Filemanager check box color on white/azure themes

This commit is contained in:
Squidly271
2025-04-11 16:38:19 -04:00
committed by GitHub
parent 6486409ace
commit 142ec60dec

View File

@@ -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;
}
}
}