mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01:22 +00:00
GUAC-1172: Implement navigation via breadcrumbs - no more tree.
This commit is contained in:
@@ -27,10 +27,8 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Show directory contents if expanded */
|
||||
|
||||
.file-browser .directory.expanded > .children {
|
||||
display: block;
|
||||
.file-browser .list-item .caption {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/* Directory / file icons */
|
||||
@@ -43,6 +41,6 @@
|
||||
background-image: url('images/folder-closed.png');
|
||||
}
|
||||
|
||||
.file-browser .directory.expanded > .caption .icon {
|
||||
background-image: url('images/folder-open.png');
|
||||
.file-browser .directory.previous > .caption .icon {
|
||||
background-image: url('images/folder-up.png');
|
||||
}
|
||||
|
Reference in New Issue
Block a user