Files
gallery3/themes/admin_wind/css/fix-ie.css
2009-10-07 20:29:16 -06:00

18 lines
206 B
CSS

/**
* Fix display in IE 6 and 7
*/
.g-clearfix,
#g-group-admin,
#g-developer-tools {
zoom: 1;
}
.g-unavailable {
filter: alpha(opacity=40);
}
.g-unavailable:hover {
filter: alpha(opacity=100);
}