GUAC-1172: Display file browser within own menu. Show available devices in guac menu.

This commit is contained in:
Michael Jumper
2015-06-23 16:42:50 -07:00
parent 3109fe8138
commit 0055cf71ee
6 changed files with 140 additions and 0 deletions

View File

@@ -160,3 +160,29 @@
#guac-menu #zoom-state {
font-size: 2em;
}
#guac-menu #devices .device {
padding: 1em;
border: 1px solid rgba(0, 0, 0, 0.125);
background: rgba(0, 0, 0, 0.04);
padding-left: 3.5em;
background-size: 1.5em 1.5em;
-moz-background-size: 1.5em 1.5em;
-webkit-background-size: 1.5em 1.5em;
-khtml-background-size: 1.5em 1.5em;
background-repeat: no-repeat;
background-position: 1em center;
}
#guac-menu #devices .device:hover {
cursor: pointer;
border-color: black;
}
#guac-menu #devices .device.filesystem {
background-image: url('images/drive.png');
}