Random fixes

This commit is contained in:
Natsumi
2025-10-21 14:05:20 +11:00
parent ab21029251
commit 1d0626f65f
7 changed files with 30 additions and 7 deletions

View File

@@ -413,7 +413,8 @@ div.x-friend-list
color: $--theme-text-2;
}
.el-input.is-disabled .el-input__inner {
.el-input.is-disabled .el-input__inner,
.el-input.is-disabled .el-input__wrapper {
background-color: hsl($--theme-hue, $--theme-saturation, 23%);
}