mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 09:03:21 +00:00 
			
		
		
		
	GUAC-1126: Add client-specific disconnect action to menu. Style with danger.
This commit is contained in:
		| @@ -117,4 +117,12 @@ body.client { | ||||
|     width: auto; | ||||
|     height: auto; | ||||
|  | ||||
| } | ||||
| } | ||||
|  | ||||
| .client .user-menu .options li a.disconnect { | ||||
|     background-repeat: no-repeat; | ||||
|     background-size: 1em; | ||||
|     background-position: 0.75em center; | ||||
|     padding-left: 2.5em; | ||||
|     background-image: url('images/x.png'); | ||||
| } | ||||
|   | ||||
| @@ -81,37 +81,6 @@ | ||||
|      | ||||
| } | ||||
|  | ||||
| .menu-content .header button.close { | ||||
|  | ||||
|     margin: 0 0.75em; | ||||
|     padding: 0; | ||||
|     width: 1.5em; | ||||
|     height: 1.5em; | ||||
|     min-width: 0; | ||||
|      | ||||
|     box-shadow: none; | ||||
|     -moz-border-radius: 1.5em; | ||||
|     -webkit-border-radius: 1.5em; | ||||
|     -khtml-border-radius: 1.5em; | ||||
|     border-radius: 1.5em; | ||||
|  | ||||
|     -moz-background-size: 0.75em; | ||||
|     -webkit-background-size: 0.75em; | ||||
|     -khtml-background-size: 0.75em; | ||||
|     background-size: 0.75em; | ||||
|  | ||||
|     background-image: url('images/x-shadow.png'); | ||||
|     background-repeat: no-repeat; | ||||
|     background-position: center; | ||||
|  | ||||
|     vertical-align: middle; | ||||
|     -ms-flex-align-self: center; | ||||
|     -moz-align-self: center; | ||||
|     -webkit-align-self: center; | ||||
|     align-self: center; | ||||
|      | ||||
| } | ||||
|  | ||||
| .menu-body { | ||||
|  | ||||
|     -ms-flex: 1 1 auto; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user