summaryrefslogtreecommitdiff
path: root/themes/admin_wind/css/fix-ie.css
blob: 106fe4a189d1273581ec8ea5733f85e26056bdbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/**
 * 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);
}