mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 09:03:21 +00:00 
			
		
		
		
	GUAC-963: Add support for file transfer errors.
This commit is contained in:
		| @@ -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; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user