Row insertion implemented.

This commit is contained in:
Mal
2020-02-05 22:29:09 +01:00
parent fa648ae730
commit bd83449e79
3 changed files with 37 additions and 13 deletions

View File

@@ -158,3 +158,9 @@ body {
.field:hover .selection {
opacity: 0.5;
}
/*
tr:hover > td > .selection {
opacity: 0.5;
}
*/