mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-05 21:46:49 +01:00
More specifity of disabled class
This commit is contained in:
parent
e86629a644
commit
fd75071b09
@ -495,7 +495,7 @@
|
||||
|
||||
input:disabled,
|
||||
textarea:disabled,
|
||||
.disabled:not(.group_member, .attachmentListItem, .prompt_order) {
|
||||
#AdvancedFormatting .disabled {
|
||||
cursor: not-allowed;
|
||||
filter: brightness(0.5);
|
||||
}
|
||||
|
@ -3056,7 +3056,7 @@
|
||||
<div class="drawer-toggle">
|
||||
<div class="drawer-icon fa-solid fa-font closedIcon" title="AI Response Formatting" data-i18n="[title]AI Response Formatting"></div>
|
||||
</div>
|
||||
<div class="drawer-content">
|
||||
<div id="AdvancedFormatting" class="drawer-content">
|
||||
<h3 class="margin0" data-i18n="Advanced Formatting">
|
||||
Advanced Formatting
|
||||
</h3>
|
||||
|
Loading…
Reference in New Issue
Block a user