Fix browse template row hover effect for first row

This commit is contained in:
Matthew Holt 2016-06-21 19:22:13 -06:00
parent ab301fec00
commit fbad4e15c2

View File

@ -188,7 +188,7 @@ tr {
border-bottom: 1px dashed #dadada;
}
tr:not(:first-child):hover {
tbody tr:hover {
background-color: #ffffec;
}