summaryrefslogtreecommitdiff
path: root/themes/admin_wind/css/fix-ie.css
blob: 6bc2334cd6348baca49d0d14ac23da8bef40f4c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/**
 * Fix display in IE 6 and 7
 */

#gHeader,
#gGroupAdmin,
#gDeveloperTools,
.gAvailable .gBlock {
  zoom: 1;
}

.gUnavailable {
  filter: alpha(opacity=40);
}

.gUnavailable:hover {
  filter: alpha(opacity=100);
}