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