From e38fcebfba50889dc62e87da1d32a84736780fb7 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Thu, 20 Jun 2019 23:35:13 +0000 Subject: [PATCH] More sensible cursor --- architype.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/architype.css b/architype.css index 5f402e6..b62dcdf 100644 --- a/architype.css +++ b/architype.css @@ -34,6 +34,8 @@ body { width: 100%; padding: 3px; border: 5px solid rgba(0,0,0,0.0); + + cursor: default; } #definition li.node { @@ -64,4 +66,4 @@ body { #definition .nodelist { width: 100%; margin: 5px; -} \ No newline at end of file +}