mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-02 10:57:45 +01:00
Exclude classes from disabled grayout
This commit is contained in:
parent
d5b1a50cca
commit
e86629a644
@ -495,7 +495,7 @@
|
|||||||
|
|
||||||
input:disabled,
|
input:disabled,
|
||||||
textarea:disabled,
|
textarea:disabled,
|
||||||
.disabled {
|
.disabled:not(.group_member, .attachmentListItem, .prompt_order) {
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
filter: brightness(0.5);
|
filter: brightness(0.5);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user