add a tr:hover to the tableview class to make it easier to see what row you're hovering over

This commit is contained in:
james 2009-09-10 04:46:50 +00:00
parent f7bddf5beb
commit 860693eb14

View File

@ -42,6 +42,11 @@ input {
padding: 3px;
}
.tableview tr:hover {
background-color: #DDDDEC;
}
.tableview th a {
font-weight: bold;
color: #FFFFFF;