Update v2h_templates.py
Added some CSS styling to support highlighting a row on hover. Also applying a max width to the table to prevent the country table to grow too wide
This commit is contained in:
parent
ed62fc71d3
commit
21641babe7
1 changed files with 6 additions and 0 deletions
|
@ -33,6 +33,12 @@ th {
|
|||
color: #888;
|
||||
opacity: 0.5;
|
||||
}
|
||||
table {
|
||||
max-width: 900px;
|
||||
}
|
||||
tr:hover td:nth-child(n+2) {
|
||||
background: lightblue;
|
||||
}
|
||||
</style>
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue