Skip to content

Commit

Permalink
Highlight the hovered entry in very light gray
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Jul 5, 2014
1 parent f684692 commit 9b393da
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions static/style.css
Expand Up @@ -11,7 +11,11 @@
border: 1px solid gray;
}

.mts_hover_list{
tr:hover {
background-color: #f0f0f0;
}

.mts_hover_list {
visibility: hidden;
border: gray solid 1px;
position: absolute;
Expand All @@ -32,4 +36,4 @@ td:hover .mts_hover_list {
.clickable {
text-decoration: underline;
cursor: pointer;
}
}

0 comments on commit 9b393da

Please sign in to comment.