We have implemented another change that makes calculated attributes paler. Please download the new version of the same file and perform the same steps as before. Don't forget to refresh the browser.
You can now also change the settings of the calculated fields. Each of them are assigned x-item-disabled CSS class and by changing values in this class you can change how they look. To change the CSS settings open the file AwareIM/Tomcat/webapps/AwareIM/aware_ext/resources/css/blue.css
and search for "x-item-disabled". You will locate the following lines:
.x-item-disabled {
color:black;cursor:default;opacity:.8;-moz-opacity:.8;filter:alpha(opacity=80);
}
You can change the color above and the opacity - smaller opacity makes them paler, for example:
.x-item-disabled {
color:black;cursor:default;opacity:.6;-moz-opacity:.8;filter:alpha(opacity=60);
}
or
.x-item-disabled {
color:gray;cursor:default;
}
Votes for the best looking settings are welcome. Once we know what most people want we'll make the changes permanent