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