X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=testing%2FMCTXWeb%2Fpublic_html%2Fstatic%2Fstyle.css;h=f282aba9ac9af6a196896df69e62a685cff31b4d;hb=8b57520bc5d62881b57a4759150448338a8d957c;hp=a3f0c093e79c432a65c978dfa9e72e8bb99fbc27;hpb=7d87636877a19411594b6662aa8f05c77d70dc04;p=matches%2FMCTX3420.git diff --git a/testing/MCTXWeb/public_html/static/style.css b/testing/MCTXWeb/public_html/static/style.css index a3f0c09..f282aba 100644 --- a/testing/MCTXWeb/public_html/static/style.css +++ b/testing/MCTXWeb/public_html/static/style.css @@ -118,10 +118,10 @@ tr.pass { font-weight: inherit; } -tr.fail { +tr.fail, tr.fail .fail { color: #000; background-color: #E30909; - font-weight: bold + font-weight: inherit; } table.centre { @@ -434,4 +434,13 @@ form.controls { #experiment-stop { padding: 0.2em 0.4em; + display: none; +} + +#start-widget { + display: none; +} + +#pressure-widget { + display: none; } \ No newline at end of file