Skip to content

Commit 9b393da

Browse files
committedJul 5, 2014
Highlight the hovered entry in very light gray
1 parent f684692 commit 9b393da

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed
 

‎static/style.css

+6-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@
1111
border: 1px solid gray;
1212
}
1313

14-
.mts_hover_list{
14+
tr:hover {
15+
background-color: #f0f0f0;
16+
}
17+
18+
.mts_hover_list {
1519
visibility: hidden;
1620
border: gray solid 1px;
1721
position: absolute;
@@ -32,4 +36,4 @@ td:hover .mts_hover_list {
3236
.clickable {
3337
text-decoration: underline;
3438
cursor: pointer;
35-
}
39+
}

0 commit comments

Comments
 (0)
Please sign in to comment.