diff --git a/emhttp/plugins/dynamix/sheets/Browse.css b/emhttp/plugins/dynamix/sheets/Browse.css index 6a284d761..5c8f300cc 100644 --- a/emhttp/plugins/dynamix/sheets/Browse.css +++ b/emhttp/plugins/dynamix/sheets/Browse.css @@ -110,6 +110,14 @@ table.tablesorter.indexer tbody tr:hover td { background-color: var(--browse-table-tbody-tr-hover-td-bg-color); } +.ui-dialog-content dd { + position: relative; + + .fileTree { + top: 4rem; + } +} + .Theme--black { tr.ace_optionsMenuEntry td select { color: var(--browse-text-color);