Skip to content

Commit

Permalink
Merge pull request #1858 from gnestor/table-hover
Browse files Browse the repository at this point in the history
Add hover styles to HTML table row
  • Loading branch information
Carreau authored Oct 31, 2016
2 parents b16ba43 + 795e267 commit a68f3c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions notebook/static/notebook/less/renderedhtml.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;}
Expand Down

0 comments on commit a68f3c0

Please sign in to comment.