Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

HTML report suggestion
#1

The HTML report would be slightly easier to read if the whole row changed color when mouse hovers over it. A simple
Code:
tr:HOVER td { background: #ddd; }
in the CSS will accomplish this (some more CSS can be used to limit the hover effect to only content, but for me just this would suffice).
Reply
#2

(07-09-2012 04:50 PM)ender Wrote:  The HTML report would be slightly easier to read if the whole row changed color when mouse hovers over it. A simple
Code:
tr:HOVER td { background: #ddd; }
in the CSS will accomplish this (some more CSS can be used to limit the hover effect to only content, but for me just this would suffice).

Done.
Reply




Users browsing this thread: 1 Guest(s)