暗色:适配 luci-app-filemanager
插件
Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
parent
82c1b5be2f
commit
5420a38996
@ -4650,3 +4650,7 @@ div#add_link_div {
|
||||
box-shadow: darkgrey 1px 5px 20px 0px;
|
||||
border-radius: 9px;
|
||||
}
|
||||
|
||||
#file-manager-container button#go-button {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
@ -948,3 +948,38 @@ table,
|
||||
.cbi-section[id] .cbi-section-node:nth-of-type(4n+4) {
|
||||
background-color: #2c323c
|
||||
}
|
||||
|
||||
#file-manager-container button#go-button {
|
||||
background-color: #2c323c !important;
|
||||
}
|
||||
|
||||
#file-manager-container #status-bar {
|
||||
background-color: #2c323c !important;
|
||||
border: 1px solid #5c5c5c !important;
|
||||
}
|
||||
|
||||
#file-list-container {
|
||||
border: 1px solid #2c323c00 !important;
|
||||
}
|
||||
|
||||
#file-list-container thead {
|
||||
background-color: lightblue !important;
|
||||
}
|
||||
|
||||
#file-list-container th {
|
||||
background-color: #1c2027 !important;
|
||||
}
|
||||
|
||||
#file-list-container td {
|
||||
border-right: 1px solid #515151 !important;
|
||||
}
|
||||
|
||||
#file-list-container tr:hover {
|
||||
background-color: #1e232b !important;
|
||||
}
|
||||
|
||||
#file-manager-container .btn, #file-manager-container button,
|
||||
#file-manager-container select, #file-manager-container input,
|
||||
#file-manager-container .cbi-dropdown {
|
||||
border: 1px solid #646464 !important;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user