fix IE8 transparent background

remotes/origin/ldap_group_count
Morris Jobke 11 years ago
parent 1dc9998920
commit 3444c15b86
  1. 5
      core/css/fixes.css

@ -58,3 +58,8 @@
.ie9 #navigation {
width: 100px;
}
/* IE8 isn't able to display transparent background. So it is specified using a gradient */
.ie8 #nojavascript {
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4c320000', endColorstr='#4c320000'); /* IE */
}

Loading…
Cancel
Save