mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-13 13:17:50 +08:00
Merge pull request #1858 from gnestor/table-hover
Add hover styles to HTML table row
This commit is contained in:
commit
a68f3c0aef
@ -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…
x
Reference in New Issue
Block a user