mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 17:13:21 +00:00 
			
		
		
		
	#268: Add "add" buttons to UI.
This commit is contained in:
		| @@ -325,10 +325,28 @@ div.section { | ||||
|     font-size: 0.75em; | ||||
| } | ||||
|  | ||||
| .user-list input.name { | ||||
| #connections input.name, | ||||
| #users input.name { | ||||
|     max-width: 20em; | ||||
| } | ||||
|  | ||||
| .user-list .add-user button { | ||||
| #connections #add-connection, | ||||
| #users #add-user { | ||||
|     font-size: 0.8em; | ||||
| } | ||||
| } | ||||
|  | ||||
| body:not(.manage-connections) .require-manage-connections { | ||||
|     display: none; | ||||
| } | ||||
|  | ||||
| body:not(.manage-users) .require-manage-users { | ||||
|     display: none; | ||||
| } | ||||
|  | ||||
| body:not(.add-connections) #connection-add-form { | ||||
|     display: none; | ||||
| } | ||||
|  | ||||
| body:not(.add-users) #user-add-form { | ||||
|     display: none; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user