update:dark theme
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
background-color: #18181c;
|
background-color: #18181c;
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-card, .el-button, .el-textarea__inner, .el-upload-dragger {
|
.el-card, .el-textarea__inner, .el-upload-dragger {
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
background-color: rgba(255, 255, 255, 0.1);
|
background-color: rgba(255, 255, 255, 0.1);
|
||||||
@@ -54,13 +54,14 @@
|
|||||||
color: #ccc !important;
|
color: #ccc !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-input-group__prepend, .el-input__inner, .el-input-group__append, .el-empty__description, .el-select-dropdown {
|
.el-input-group__prepend, .el-input__inner, .el-input-group__append, .el-empty__description, .el-select-dropdown, .el-button {
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
background-color: rgba(0, 0, 0, 0.2);
|
background-color: rgba(0, 0, 0, 0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-drawer, #el-drawer__title, .el-drawer__body, .el-drawer__wrapper {
|
.el-drawer, #el-drawer__title, .el-drawer__body, .el-drawer__wrapper {
|
||||||
background-color: rgba(0, 0, 0, 0.5);
|
background-color: rgba(0, 0, 0, 0.5);
|
||||||
|
border: 1px solid transparent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user