Highlight the hovered entry in very light gray
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user