From a9a59c9d2248b608529f635ba656ca9c04af3faf Mon Sep 17 00:00:00 2001 From: hadeshyp Date: Mon, 22 Oct 2012 15:30:37 +0000 Subject: [PATCH] *** empty log message *** --- cts/htdocs/thresh/styles.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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; -- 2.43.0