mirror of
https://github.com/unraid/webgui.git
synced 2026-01-05 09:10:07 -06:00
style: fix fileTree top position in dialog content styling in Browse.css
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user