mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-20 13:38:49 +01:00
Disabled cursor behaves weirdly
This commit is contained in:
parent
e335b62b0b
commit
185079595d
@ -494,12 +494,15 @@
|
||||
}
|
||||
|
||||
input:disabled,
|
||||
textarea:disabled,
|
||||
#AdvancedFormatting .disabled {
|
||||
textarea:disabled {
|
||||
cursor: not-allowed;
|
||||
filter: brightness(0.5);
|
||||
}
|
||||
|
||||
#AdvancedFormatting .disabled {
|
||||
filter: brightness(0.5);
|
||||
}
|
||||
|
||||
.debug-red {
|
||||
border: 1px solid red !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user