More specifity of disabled class
| @@ -495,7 +495,7 @@ | ||
| 495 | 495 | |
| 496 | 496 | input:disabled, |
| 497 | 497 | textarea:disabled, |
| 498 | -.disabled:not(.group_member, .attachmentListItem, .prompt_order) { | |
| 498 | +#AdvancedFormatting .disabled { | |
| 499 | 499 | cursor: not-allowed; |
| 500 | 500 | filter: brightness(0.5); |
| 501 | 501 | } |
| @@ -3056,7 +3056,7 @@ | ||
| 3056 | 3056 | <div class="drawer-toggle"> |
| 3057 | 3057 | <div class="drawer-icon fa-solid fa-font closedIcon" title="AI Response Formatting" data-i18n="[title]AI Response Formatting"></div> |
| 3058 | 3058 | </div> |
| 3059 | 3059 | <div id="AdvancedFormatting" class="drawer-content"> |
| 3060 | 3060 | <h3 class="margin0" data-i18n="Advanced Formatting"> |
| 3061 | 3061 | Advanced Formatting |
| 3062 | 3062 | </h3> |