aboutsummaryrefslogtreecommitdiffstats
path: root/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css4
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;
+}