mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	GUAC-1376: Add reconnect button style.
This commit is contained in:
		| @@ -171,6 +171,7 @@ angular.module('client').controller('clientController', ['$scope', '$routeParams | |||||||
|      */ |      */ | ||||||
|     var RECONNECT_ACTION = { |     var RECONNECT_ACTION = { | ||||||
|         name      : "CLIENT.ACTION_RECONNECT", |         name      : "CLIENT.ACTION_RECONNECT", | ||||||
|  |         className : "reconnect button", | ||||||
|         callback  : function reconnectCallback() { |         callback  : function reconnectCallback() { | ||||||
|             $scope.client = guacClientManager.replaceManagedClient($routeParams.id, $routeParams.params); |             $scope.client = guacClientManager.replaceManagedClient($routeParams.id, $routeParams.params); | ||||||
|             guacNotification.showStatus(false); |             guacNotification.showStatus(false); | ||||||
|   | |||||||
| @@ -79,30 +79,22 @@ input[type="submit"]:disabled, button:disabled, button.danger:disabled { | |||||||
|     opacity: 0.75; |     opacity: 0.75; | ||||||
| } | } | ||||||
|  |  | ||||||
| .button.logout, | .button.logout,          button.logout, | ||||||
| button.logout, | .button.reconnect,       button.reconnect, | ||||||
| .button.manage, | .button.manage,          button.manage, | ||||||
| button.manage, | .button.back,            button.back, | ||||||
| .button.back, | .button.home,            button.home, | ||||||
| button.back, | .button.change-password, button.change-password { | ||||||
| .button.home, |  | ||||||
| button.home, |  | ||||||
| .button.change-password, |  | ||||||
| button.change-password { |  | ||||||
|     position: relative; |     position: relative; | ||||||
|     padding-left: 1.8em; |     padding-left: 1.8em; | ||||||
| } | } | ||||||
|  |  | ||||||
| .button.logout::before, | .button.logout::before,          button.logout::before, | ||||||
| button.logout::before, | .button.reconnect::before,       button.reconnect::before, | ||||||
| .button.manage::before, | .button.manage::before,          button.manage::before, | ||||||
| button.manage::before, | .button.back::before,            button.back::before, | ||||||
| .button.back::before, | .button.home::before,            button.home::before, | ||||||
| button.back::before, | .button.change-password::before, button.change-password::before { | ||||||
| .button.home::before, |  | ||||||
| button.home::before, |  | ||||||
| .button.change-password::before, |  | ||||||
| button.change-password::before { |  | ||||||
|     content: ' '; |     content: ' '; | ||||||
|     position: absolute; |     position: absolute; | ||||||
|     left: 0; |     left: 0; | ||||||
| @@ -119,6 +111,11 @@ button.logout::before { | |||||||
|     background-image: url('images/action-icons/guac-logout.png'); |     background-image: url('images/action-icons/guac-logout.png'); | ||||||
| } | } | ||||||
|  |  | ||||||
|  | .button.reconnect::before, | ||||||
|  | button.reconnect::before { | ||||||
|  |     background-image: url('images/circle-arrows.png'); | ||||||
|  | } | ||||||
|  |  | ||||||
| .button.manage::before, | .button.manage::before, | ||||||
| button.manage::before { | button.manage::before { | ||||||
|     background-image: url('images/action-icons/guac-config.png'); |     background-image: url('images/action-icons/guac-config.png'); | ||||||
|   | |||||||
							
								
								
									
										
											BIN
										
									
								
								guacamole/src/main/webapp/images/circle-arrows.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								guacamole/src/main/webapp/images/circle-arrows.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 888 B | 
		Reference in New Issue
	
	Block a user