add row highlighting

Both other css sets have this
This commit is contained in:
digital-gnome 2017-10-22 21:16:37 -04:00
parent ab87848899
commit 1007add771
1 changed files with 5 additions and 0 deletions

View File

@ -250,6 +250,11 @@ ul.tabList li.active a {
font-size: 120%;
}
#content table > tbody > tr:hover
{
background-color: #EEE;
}
.overlay {
font-size: 11px;
}