GUAC-1293: Focus files on click. Download or change directory on double-click.

This commit is contained in:
Michael Jumper
2015-08-13 11:57:52 -07:00
parent 169be87239
commit 56d35a84d8
3 changed files with 15 additions and 3 deletions

View File

@@ -29,6 +29,12 @@
.file-browser .list-item .caption {
white-space: nowrap;
border: 1px solid transparent;
}
.file-browser .list-item.focused .caption {
border: 1px dotted rgba(0, 0, 0, 0.5);
background: rgba(204, 221, 170, 0.5);
}
/* Directory / file icons */