From 5def8b689015afeb29a55805f4b981f94d687c61 Mon Sep 17 00:00:00 2001 From: Jeremy Tan Date: Sun, 29 Sep 2013 21:30:27 +0800 Subject: [PATCH] fix buttons --- testing/MCTXWeb/public_html/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.20.1