From: Jeremy Tan Date: Sun, 29 Sep 2013 13:30:27 +0000 (+0800) Subject: fix buttons X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;ds=sidebyside;h=5def8b689015afeb29a55805f4b981f94d687c61;p=matches%2FMCTX3420.git fix buttons --- diff --git a/testing/MCTXWeb/public_html/static/style.css b/testing/MCTXWeb/public_html/static/style.css index 88a4c9f..4f0df9b 100644 --- a/testing/MCTXWeb/public_html/static/style.css +++ b/testing/MCTXWeb/public_html/static/style.css @@ -96,7 +96,7 @@ input[type="text"], input[type="password"] { transition: all 0.2s ease 0s; } -#header input[type="button"], input[type="submit"] { +#header input[type="button"], #header input[type="submit"] { background-color: #808080; border: 1px solid #808080; box-shadow: none; @@ -104,7 +104,7 @@ input[type="text"], input[type="password"] { cursor: pointer; } -#header input[type="button"]:hover, input[type="submit"]:hover { +#header input[type="button"]:hover, #header input[type="submit"]:hover { background-color: #606060; border: 1px solid #606060; }