X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=testing%2FMCTXWeb%2Fpublic_html%2Fstatic%2Fstyle.css;h=d9f3cbcc57185a0f86b183ffccf009c050c1b96e;hb=a42af4ebe7c8ec36bd68a31cba1e6af7c514d203;hp=f282aba9ac9af6a196896df69e62a685cff31b4d;hpb=19c48bb0707a0a92aa713e125cbd070295621383;p=matches%2FMCTX3420.git diff --git a/testing/MCTXWeb/public_html/static/style.css b/testing/MCTXWeb/public_html/static/style.css index f282aba..d9f3cbc 100644 --- a/testing/MCTXWeb/public_html/static/style.css +++ b/testing/MCTXWeb/public_html/static/style.css @@ -365,7 +365,7 @@ form.controls { } .widget { - background-color: #ffffff; + background-color: #fff; /*#EBF4FA;*/ /*#ffffff; segmented */ margin: 0.25em 0.25em 1.5em; padding: 1em 1.25em; box-shadow: 0 0 3px #CCCCCC; @@ -388,6 +388,17 @@ form.controls { font-size:20px; } +/** For links on the data page **/ +.datalink { + color: black; + text-decoration:none; +} + +.datalink:hover { + color: blue; + text-decoration:underline; +} + /** Hack **/ .clear { clear: both;