Eagles9999'
There are a few ways but here's a quick and simple way. Take the following steps:
1)Find your startup.html file in c:/AwareIM/tomcat/webapps/AwareIM
Copy the following line of code into the startup.html file immediately after the <META HTTP-EQUIV...........> tag
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
Save the file
2)In the config tool, Go to the form and then to the drop down menu to select 'Form button options'. Under icons select the button you wish to change.
Under the css class enter the following: fa fa-camera-retro fa-lg fa-spin
Now when you log in to the operation mode you should see an animated spinning camera on your button.
To understand how this works read this: http://fortawesome.github.io/Font-Awesome/examples/
For a list of all icon class names visit here: http://fortawesome.github.io/Font-Awesome/cheatsheet/
Hope this helps
Thanks