From 67e961323a62e1567fb43a81f5d8d393189a35a8 Mon Sep 17 00:00:00 2001 From: Jacopo Date: Sun, 16 May 2021 12:27:48 +0000 Subject: [PATCH] cursor: pointer on the search icon --- ctfoood/static/ctfoood.css | 1 + 1 file changed, 1 insertion(+) diff --git a/ctfoood/static/ctfoood.css b/ctfoood/static/ctfoood.css index 3877617..4d0da4f 100644 --- a/ctfoood/static/ctfoood.css +++ b/ctfoood/static/ctfoood.css @@ -45,6 +45,7 @@ div.homesearch input[type=text]::placeholder { color: #999; } font-size: 1.5em; color: #888; background-color: inherit; border: none; + cursor: pointer; } .public_file {