From 276a77b67e6b35caf9a19e92d70d5b609b2011a3 Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Fri, 12 Feb 2021 10:06:51 -0800 Subject: [PATCH] Fix pointer on index tab --- redstring/templates/base.jinja | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/redstring/templates/base.jinja b/redstring/templates/base.jinja index 6b0bccc..b2729a5 100644 --- a/redstring/templates/base.jinja +++ b/redstring/templates/base.jinja @@ -39,13 +39,15 @@ font-family: monospace; font-weight: bold; color: #888; - cursor: pointer; user-select: none } div.tab a { color: #888; text-decoration: none; } + div.tab-content { + cursor: pointer; + } div.tab-down { background-color: #333; border-color: #bbb;