EVE-SECURE / evemanage

Automatically exported from code.google.com/p/evemanage
0 stars 0 forks source link

Opacity in InternetExplorer #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Opacity on icons does not work in Internet Explorer.

Use blueprint icons on quick calculation tab should be with opacity 50% but in 
Explorer with current styles does not work. Same goes for preferences tab where 
user can select main character (icon is without opacity, all others are with 
opacity).

Original issue reported on code.google.com by vleus...@gmail.com on 6 Nov 2010 at 10:33

GoogleCodeExporter commented 9 years ago
Tried, still do not work:
.imageOpacity05 {
    filter: alpha(opacity = 50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

Original comment by vleus...@gmail.com on 6 Nov 2010 at 10:34