Update CSS

This commit is contained in:
Natsumi
2021-01-02 03:45:01 +13:00
parent 3c451e4876
commit a80fb04c72
4 changed files with 155 additions and 110 deletions

View File

@@ -188,15 +188,15 @@ button {
}
.el-message-box__title {
color: #909090;
color: #c8c8c8;
}
.el-dialog__title {
color: #909090;
color: #c8c8c8;
}
.el-message-box__content {
color: #a5a7ad;
color: #c8c8c8;
}
.el-collapse-item__content {
@@ -242,6 +242,10 @@ button {
background-color: #353535;
}
.el-select-dropdown__item {
color: #c8c8c8;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
background-color: #404040;
}
@@ -268,6 +272,22 @@ button {
color: #fff;
}
.el-radio {
color: #fff;
}
.el-button {
color: #fff;
}
.el-form-item__label {
color: #c8c8c8;
}
.el-checkbox {
color: #c8c8c8;
}
.x-app {
background-color: #101010;
}