🐛 修复SFTP暗黑模式背景
This commit is contained in:
parent
ad444fc124
commit
32089f4196
@ -43,6 +43,17 @@ html.dark {
|
||||
.terminal_top {
|
||||
border-bottom: 1px solid #454242;
|
||||
}
|
||||
.sftp_tab_container {
|
||||
background-color: var(--main-bg-color) !important;
|
||||
.dir-list {
|
||||
.active {
|
||||
background-color: #454242 !important;
|
||||
}
|
||||
li:hover {
|
||||
background-color: #454242 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
.info_box {
|
||||
border-right: 1px solid #454242;
|
||||
.el-progress-bar__innerText {
|
||||
|
@ -657,7 +657,6 @@ defineExpose({
|
||||
li {
|
||||
font-size: 14px;
|
||||
padding: 5px 3px;
|
||||
color: #303133;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
// cursor: pointer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user