Add hover styles to HTML table row

pull/1858/head
Grant Nestor 9 years ago
parent 715a6c02db
commit 795e267aab

@ -87,6 +87,9 @@
tbody tr:nth-child(odd) {
background: #f5f5f5;
}
tbody tr:hover {
background: rgba(66, 165, 245, 0.2);
}
* + table {margin-top: 1em;}
p {text-align: left;}

Loading…
Cancel
Save