GUAC-963: Allow files with blobs to be saved. Style savable transfers differently.

This commit is contained in:
Michael Jumper
2015-01-02 01:45:41 -08:00
parent a538999856
commit ba99316b50
3 changed files with 42 additions and 1 deletions

View File

@@ -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;
}