Highlight the hovered entry in very light gray

This commit is contained in:
sfan5
2014-07-05 14:55:59 +02:00
parent f684692a01
commit 9b393daa76

View File

@@ -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;
@@ -32,4 +36,4 @@ td:hover .mts_hover_list {
.clickable {
text-decoration: underline;
cursor: pointer;
}
}