static: highlight table rows when hovering with mouse
This commit is contained in:
parent
19533e5d01
commit
8fe3dae1b8
1 changed files with 4 additions and 0 deletions
|
@ -105,6 +105,10 @@ table tr:nth-child(even) td {
|
|||
background-color: #490b00;
|
||||
}
|
||||
|
||||
table tr:hover td {
|
||||
background-color: #354158 !important; /* TODO: remove !important */
|
||||
}
|
||||
|
||||
#flexbox-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue