summaryrefslogtreecommitdiff
path: root/themes/admin_wind/css/fix-ie.css
blob: fe6e32ab96f510cf6e6637426f10d155627f41be (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
 */

.ui-helper-clearfix,
#g-group-admin,
#g-developer-tools {
  zoom: 1;
}

.g-unavailable {
  filter: alpha(opacity=40);
}

.g-unavailable:hover {
  filter: alpha(opacity=100);
}