From 2410932d50e3609263871d7926982021217a338e Mon Sep 17 00:00:00 2001 From: Tino Hager Date: Sat, 13 Aug 2022 21:55:43 +0200 Subject: [PATCH] Fix wrong cursor on main menu As the headings are clickable the cursor should reflect that. --- static/self.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/self.css b/static/self.css index d69c8a5..f7d4407 100644 --- a/static/self.css +++ b/static/self.css @@ -179,6 +179,10 @@ img[id|=sample] { display: inline-block; } +.menu h3 { + cursor: pointer; +} + textarea { font-family: monospace; }