diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2024-02-29 09:35:55 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-12-21 19:43:13 +0200 |
| commit | 65b11d9d029558cacc7b4270dd7eaa2f1f63439e (patch) | |
| tree | cfaff12ae1b2daba749336e8aecd878035488e54 /static | |
| parent | 513d520722fe86635965aec2fb5c6666b51c4be2 (diff) | |
Fix issue where an empty vote submission would not visually show
Diffstat (limited to 'static')
| -rw-r--r-- | static/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css index 40a93fc..229149c 100644 --- a/static/styles.css +++ b/static/styles.css @@ -136,3 +136,7 @@ table { input[type="checkbox"] { cursor: pointer; } + +input[type="checkbox"]:disabled { + cursor: initial; +} |
