mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 17:13:21 +00:00 
			
		
		
		
	GUAC-984: Make the spinning gear spin on Safari (and other old WebKit).
This commit is contained in:
		| @@ -69,11 +69,11 @@ | ||||
| } | ||||
|  | ||||
| @-moz-keyframes spinning-cog { | ||||
|     0%   { transform: rotate(0deg);   } | ||||
|     100% { transform: rotate(360deg); } | ||||
|     0%   { -moz-transform: rotate(0deg);   } | ||||
|     100% { -moz-transform: rotate(360deg); } | ||||
| } | ||||
|  | ||||
| @-webkit-keyframes spinning-cog { | ||||
|     0%   { transform: rotate(0deg);   } | ||||
|     100% { transform: rotate(360deg); } | ||||
|     0%   { -webkit-transform: rotate(0deg);   } | ||||
|     100% { -webkit-transform: rotate(360deg); } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user