diff options
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 cc88959..c3c10fd 100644 --- a/static/input.css +++ b/static/input.css @@ -180,8 +180,8 @@ a:hover, .linklike:hover { text-decoration: underline; } -form.disabled::before, -form.htmx-request::before { +.disabled::before, +.htmx-request::before { content: ''; position: absolute; top: 0; |