GUAC-963: Add support for file transfer errors.

This commit is contained in:
Michael Jumper
2015-01-02 14:18:37 -08:00
parent 664e90c53c
commit a899a1a02f
4 changed files with 72 additions and 19 deletions

View File

@@ -32,6 +32,8 @@
overflow: hidden;
width: 100%;
margin-bottom: 0.5em;
font-family: monospace;
font-weight: bold;
}
.transfer .text {
@@ -108,3 +110,20 @@
color: blue;
text-decoration: underline;
}
.error.transfer {
background: #FDD;
}
.error.transfer .progress {
border-color: rgba(0, 0, 0, 0.125);
}
.error.transfer .text,
.error.transfer .progress .bar {
display: none;
}
.error-text {
margin-bottom: 0;
}