X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=testing%2FMCTXWeb%2Fpublic_html%2Fstatic%2Fstyle.css;h=4f0df9b5b56703d6021ac85a9710f45c246cafcd;hb=5def8b689015afeb29a55805f4b981f94d687c61;hp=88a4c9f55da74de8d7ebad397ba56324eb3188d4;hpb=593e1c3d650e5c31df300e75e4a908a0f5e642c1;p=matches%2FMCTX3420.git 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; }