mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Exclude classes from disabled grayout
This commit is contained in:
@ -495,7 +495,7 @@
|
||||
|
||||
input:disabled,
|
||||
textarea:disabled,
|
||||
.disabled {
|
||||
.disabled:not(.group_member, .attachmentListItem, .prompt_order) {
|
||||
cursor: not-allowed;
|
||||
filter: brightness(0.5);
|
||||
}
|
||||
|
Reference in New Issue
Block a user