# HG changeset patch # User neko259 # Date 2016-10-11 07:27:26 # Node ID 8ed2242496602c746218b7f3ea25a4299d522703 # Parent a6555ca0a52598bc69c4c2152c1c924896201d3d Show help cursor on hints diff --git a/boards/static/css/base.css b/boards/static/css/base.css --- a/boards/static/css/base.css +++ b/boards/static/css/base.css @@ -167,4 +167,5 @@ textarea, input { .hint { border-bottom: dashed 1px; + cursor: help; }