diff options
| author | 2025-10-23 13:37:50 +0700 | |
|---|---|---|
| committer | 2025-10-23 13:37:50 +0700 | |
| commit | 4b2da2abbc7376ce0de71a00b18b7091b00dbcd1 (patch) | |
| tree | 89e0aa5c62230ae91460231f521b6d7c5a19c740 /static/input.css | |
| parent | bdd7f88f8bdb951babd18883ae20e6dbd9632202 (diff) | |
| download | web-4b2da2abbc7376ce0de71a00b18b7091b00dbcd1.tar.gz web-4b2da2abbc7376ce0de71a00b18b7091b00dbcd1.zip | |
feat: subscription settings
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; |