From fd75071b094f203045417c536e2d8ae0c0a0e3a4 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Tue, 3 Sep 2024 13:02:04 +0000 Subject: [PATCH] More specifity of disabled class --- public/css/st-tailwind.css | 2 +- public/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/st-tailwind.css b/public/css/st-tailwind.css index 37c908269..1f0975e48 100644 --- a/public/css/st-tailwind.css +++ b/public/css/st-tailwind.css @@ -495,7 +495,7 @@ input:disabled, textarea:disabled, -.disabled:not(.group_member, .attachmentListItem, .prompt_order) { +#AdvancedFormatting .disabled { cursor: not-allowed; filter: brightness(0.5); } diff --git a/public/index.html b/public/index.html index 14565d92c..c2c93fb2a 100644 --- a/public/index.html +++ b/public/index.html @@ -3056,7 +3056,7 @@