GUAC-1293: Display file transfer dialog in front of file browser / guac menu.

This commit is contained in:
Michael Jumper
2015-08-13 11:23:47 -07:00
parent 293dface89
commit 169be87239

View File

@@ -25,6 +25,7 @@
position: absolute;
right: 0;
bottom: 0;
z-index: 20;
font-size: 0.8em;
padding: 0.5em;
@@ -35,6 +36,6 @@
}
#file-transfer-dialog .transfer-manager {
border: 1px solid rgba(0, 0, 0, 0.125);
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.125);
border: 1px solid rgba(0, 0, 0, 0.5);
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}