# HG changeset patch # User neko259 # Date 2015-12-09 18:55:49 # Node ID eeddf1bc18c58397ea8a99aa970091b445d22969 # Parent abf99e9cf580507b2d6d2e14057c4ef9cfbdb57d Use pointer cursor in post button forms 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 @@ -90,6 +90,7 @@ textarea, input { padding: inherit; background: none; font-size: inherit; + cursor: pointer; } #form-close-button {