mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-12 07:57:41 +00:00
GUAC-963: Allow files with blobs to be saved. Style savable transfers differently.
This commit is contained in:
@@ -95,3 +95,16 @@
|
||||
height: 100%;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
.savable.transfer {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.savable.transfer:hover .progress {
|
||||
border-color: black;
|
||||
}
|
||||
|
||||
.savable.transfer .filename {
|
||||
color: blue;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
Reference in New Issue
Block a user