Dark toggles, save feed VIP toggle and newInstanceDialog rework

This commit is contained in:
Natsumi
2021-07-15 11:07:31 +12:00
parent 2de640a0ae
commit 2a56299a0e
4 changed files with 330 additions and 150 deletions

View File

@@ -293,6 +293,16 @@ button {
color: #fff;
}
.el-radio-button__inner {
color: #fff;
background: #565656;
border: 1px solid #666666;
}
.el-radio-button:first-child .el-radio-button__inner {
border-left: 1px solid rgba(0, 0, 0, 0);
}
.el-button {
color: #fff;
}
@@ -305,6 +315,10 @@ button {
color: #c8c8c8;
}
.el-input.is-disabled .el-input__inner {
background-color: #3b3b3b;
}
.x-app {
background-color: #101010;
}