Skip to content

Commit

Permalink
Highlight table row on mouse hover
Browse files Browse the repository at this point in the history
  • Loading branch information
yugene committed Jul 2, 2013
1 parent c866ba2 commit 6e2ce63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions css/style.css
Expand Up @@ -16,6 +16,7 @@ a:link, a:visited, a:active {color:blue; text-decoration:none;}
table th, table td {padding:3px 10px; vertical-align:top;}
table tr.odd {background:#e5e5e5;}
table tr.even {background:#d5d5d5;}
table tr:hover {background:#b6c6d7;}
th {background:#d3dce3; color:black; font-weight:bold;}

#filterForm input, #filterForm select {width:100%;}
Expand Down

0 comments on commit 6e2ce63

Please sign in to comment.