From 65b11d9d029558cacc7b4270dd7eaa2f1f63439e Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Thu, 29 Feb 2024 09:35:55 +0200 Subject: Fix issue where an empty vote submission would not visually show --- static/styles.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static/styles.css') 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; +} -- cgit v1.3