]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
*** empty log message ***
authorhadeshyp <hadeshyp>
Mon, 22 Oct 2012 15:30:37 +0000 (15:30 +0000)
committerhadeshyp <hadeshyp>
Mon, 22 Oct 2012 15:30:37 +0000 (15:30 +0000)
cts/htdocs/thresh/styles.css

index 33aca6d3f78d80220b1bce9ee51f34f564c5c06d..8d5e8bad2767de0c58f31cf2842fb4c5822b0d5e 100644 (file)
@@ -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;