Diffstat (limited to 'static/input.css')
| -rw-r--r-- | static/input.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/input.css b/static/input.css index c3c10fd..cc88959 100644 --- a/static/input.css +++ b/static/input.css @@ -180,8 +180,8 @@ a:hover, .linklike:hover { text-decoration: underline; } -.disabled::before, -.htmx-request::before { +form.disabled::before, +form.htmx-request::before { content: ''; position: absolute; top: 0; |