mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-1293: Display file transfer dialog in front of file browser / guac menu.
This commit is contained in:
@@ -25,6 +25,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
z-index: 20;
|
||||||
|
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
@@ -35,6 +36,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#file-transfer-dialog .transfer-manager {
|
#file-transfer-dialog .transfer-manager {
|
||||||
border: 1px solid 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.125);
|
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user