# HG changeset patch # User neko259 # Date 2013-09-22 18:17:11 # Node ID e89d248ef06b336983e647dec51e5fb97550e932 # Parent 2dc7d85c617466450bc5f27c1ad3d2040a71581e Added style for mark buttons in PG theme. diff --git a/boards/static/css/pg/base_page.css b/boards/static/css/pg/base_page.css --- a/boards/static/css/pg/base_page.css +++ b/boards/static/css/pg/base_page.css @@ -306,3 +306,12 @@ input[type="submit"]:hover { .form-email { display: none; } + +.mark_btn { + padding: 2px 4px; + border: 1px solid; +} + +.mark_btn:hover { + background: #ccc; +} \ No newline at end of file