[i222] fix css #224

Merged
rho_n merged 3 commits from i222-fix-css into main 2024-10-20 15:26:27 +00:00
Showing only changes of commit 5cfb37cae2 - Show all commits

View File

@ -291,6 +291,17 @@ table.hosts {
}
table#t01,
table.hosts {
display: block;
overflow-x: auto;
}
table#t01 tbody,
table.hosts tbody {
display: table;
}
table#t01 tr:nth-child(even),
table.hosts tr:nth-child(even) {
background-color: #cccccc;