fix css for disabled input
This commit is contained in:
@@ -730,4 +730,18 @@ const handleMediaSelect = async () => {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.control-group.control-type-input {
|
||||
.control-row {
|
||||
.control-item {
|
||||
.input-control {
|
||||
&:disabled {
|
||||
background-color: hsl(0, 0%, 8%);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user