feat: implement file transfer functionality with multi-select, sorting, and directory traversal support
This commit is contained in:
@@ -142,6 +142,10 @@ tbody tr:hover {
|
||||
background: var(--surface-hover);
|
||||
}
|
||||
|
||||
tbody tr.selected {
|
||||
background: rgba(33, 209, 152, 0.2);
|
||||
}
|
||||
|
||||
.btn {
|
||||
background: var(--accent);
|
||||
color: #000;
|
||||
|
||||
Reference in New Issue
Block a user