[ prog / sol / mona ]

prog


SchemeBBS [part 2]

72 2020-10-10 19:17
tr:hover {
  background-color: yellow;
}

Should be...

tbody > tr:hover {
  background-color: yellow;
}

So the table header is not highlighted on hover.

112


VIP:

do not edit these