Dark theme css fixes

This commit is contained in:
Natsumi
2021-05-29 21:34:19 +12:00
parent d11dae9c46
commit dbf346d56c
2 changed files with 23 additions and 4 deletions

View File

@@ -557,3 +557,18 @@ i.x-user-status.busy {
border-color: #8cc4ff !important;
cursor: not-allowed !important;
}
.el-button--success {
background-color: #67c23a !important;
border-color: #67c23a !important;
}
.el-button--danger {
background-color: #f56c6c !important;
border-color: #f56c6c !important;
}
.el-button--warning {
background-color: #e6a23c !important;
border-color: #e6a23c !important;
}