More specifity of disabled class

fd75071b094f203045417c536e2d8ae0c0a0e3a4

Cohee <18619528+Cohee1207@users.noreply.github.com>

2 files changed, +2 -2Ignore whitespace
public/css/st-tailwind.css+1 -1
@@ -495,7 +495,7 @@
495495
496496input:disabled,
497497textarea:disabled,
498-.disabled:not(.group_member, .attachmentListItem, .prompt_order) {
498+#AdvancedFormatting .disabled {
499499 cursor: not-allowed;
500500 filter: brightness(0.5);
501501}
public/index.html+1 -1
@@ -3056,7 +3056,7 @@
30563056 <div class="drawer-toggle">
30573057 <div class="drawer-icon fa-solid fa-font closedIcon" title="AI Response Formatting" data-i18n="[title]AI Response Formatting"></div>
30583058 </div>
30593059 <div id="AdvancedFormatting" class="drawer-content">
30603060 <h3 class="margin0" data-i18n="Advanced Formatting">
30613061 Advanced Formatting
30623062 </h3>