Hello!
I'd thought that. More concretely i've replaced elements containing 'opacity' in CSS theme with this:
1.lfr-configurator-visibility {
2 /*opacity=0.5;*/
3 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* first!*/
4 filter: alpha(opacity=50); /* second!*/
5}
The elements changed are in css.jsp, and in application.css
It works for me, but remember to use
/* comments */, instead of
//comments , because of dynamic merge of CSS
Regards, Manuel.
Please sign in to flag this as inappropriate.