Merge pull request #990 from schrorg/dark-css
Implemented #989 (highlight current row in tables) for dark CSSpull/994/head
commit
485cf88120
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue