X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=testing%2FMCTXWeb%2Fpublic_html%2Fstatic%2Fstyle.css;h=63c9895391acb9394044c749492d38498aa7549b;hb=7805efadd8cfde75fafc29a3bfa23cd3023121dc;hp=c63293533be384f92beba8e8df1c48a6a676ba25;hpb=d517dd47f11ff7e7c39d9d6538862d52cd4961dc;p=matches%2FMCTX3420.git diff --git a/testing/MCTXWeb/public_html/static/style.css b/testing/MCTXWeb/public_html/static/style.css index c632935..63c9895 100644 --- a/testing/MCTXWeb/public_html/static/style.css +++ b/testing/MCTXWeb/public_html/static/style.css @@ -19,7 +19,7 @@ body { hr { border: 0; - border-bottom: 1px dashed gray; + border-bottom: 1px solid gray; } table { @@ -44,7 +44,7 @@ img.centre { margin: auto; } -input[type="button"] { +input[type="button"], input[type="submit"] { background-color: #F5F5F5; border: 1px solid #A2A2A2; border-radius: 3px; @@ -52,7 +52,7 @@ input[type="button"] { transition: all 0.13s ease 0s; } -input[type="button"]:active { +input[type="button"]:active, input[type="submit"]:active { background-color: #E8E8E8; }