send & receive multiple files

This commit is contained in:
Starccy
2021-10-17 21:27:10 +08:00
parent b16b2bc1b4
commit eea85b9b5a
3 changed files with 43 additions and 4 deletions

View File

@@ -30,6 +30,7 @@ table > thead {
}
table > tbody {
behavior: select-multiple;
overflow-y: scroll-indicator;
size: *;
background: white;
@@ -85,6 +86,15 @@ table.has_current tr:current /* current row */
background-color: color(accent);
}
table.has_current tbody tr:checked
{
background-color: color(accent);
}
table.has_current tbody tr:checked td {
color: highlighttext;
}
table td
{
padding: 4px;