优化 luci-app-filemanager 界面

Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
sbwml 2025-01-05 23:48:31 +08:00
parent 5420a38996
commit fd2d662e5b
2 changed files with 15 additions and 0 deletions

View File

@ -4654,3 +4654,13 @@ div#add_link_div {
#file-manager-container button#go-button {
cursor: pointer;
}
#file-manager-container .file-manager-header {
padding: 4px;
}
@media screen and (max-width: 600px) {
div#content-filemanager {
overflow-x: auto;
}
}

View File

@ -968,6 +968,7 @@ table,
#file-list-container th {
background-color: #1c2027 !important;
border-right: 1px solid #515151 !important;
}
#file-list-container td {
@ -983,3 +984,7 @@ table,
#file-manager-container .cbi-dropdown {
border: 1px solid #646464 !important;
}
#file-manager-container .resizer::after {
background: none !important;
}