r8957 - /scripts/qa/qareport.cgi

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Nov 7 11:54:38 UTC 2007


Author: dmn
Date: Wed Nov  7 11:54:38 2007
New Revision: 8957

URL: http://svn.debian.org/wsvn/?sc=1&rev=8957
Log:
Drop :hover on table rows

Modified:
    scripts/qa/qareport.cgi

Modified: scripts/qa/qareport.cgi
URL: http://svn.debian.org/wsvn/scripts/qa/qareport.cgi?rev=8957&op=diff
==============================================================================
--- scripts/qa/qareport.cgi (original)
+++ scripts/qa/qareport.cgi Wed Nov  7 11:54:38 2007
@@ -216,10 +216,13 @@
             background: Menu;
             color: MenuText;
         }
+/*  before enabling this, think about the link colors -- they all have to
+    be visible with the new background
         tr:hover td, tr:hover th {
             background: Highlight;
             color: HighlightText;
         }
+*/
         .bts-info {
             float: right;
             margin: 0 0 1pt 2pt;




More information about the Pkg-perl-cvs-commits mailing list