Merge pull request #990 from schrorg/dark-css

Implemented #989 (highlight current row in tables) for dark CSS
pull/994/head
Isaac Connor 2015-08-05 09:50:36 -04:00
commit 485cf88120
1 changed files with 5 additions and 0 deletions

View File

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