From: hadeshyp Date: Mon, 22 Oct 2012 15:30:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=a9a59c9d2248b608529f635ba656ca9c04af3faf;p=daqtools.git *** empty log message *** --- diff --git a/cts/htdocs/thresh/styles.css b/cts/htdocs/thresh/styles.css index 33aca6d..8d5e8ba 100644 --- a/cts/htdocs/thresh/styles.css +++ b/cts/htdocs/thresh/styles.css @@ -110,7 +110,6 @@ table#content td.over { border-radius:40px 40px; border-spacing:2px; background:#faa; - opacity:0.8; } table#content td.under { @@ -121,10 +120,19 @@ table#content td.under { border-radius:40px 40px; border-spacing:2px; background:#afa; - opacity:0.8; } +table#content tr:hover td.over { + background:#fcc; + border-color:#fcc; +} + +table#content tr:hover td.under { + background:#cfc; + border-color:#cfc; +} + /* body { background:#444;