This commit is contained in:
2026-01-24 01:52:25 +01:00
parent 467461b747
commit 5618c8e85c
3 changed files with 14 additions and 13 deletions

View File

@@ -161,6 +161,10 @@
vertical-align: top;
}
.mm-table tbody td[title] {
cursor: help;
}
.mm-table tbody tr:nth-child(even) {
background: #fcfcff;
}