优化 luci-app-filemanager 界面
Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
parent
5420a38996
commit
fd2d662e5b
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user