[rt-devel] Small bug with IE (at least 8) and aileron theme
L B
bertignac at gmail.com
Mon Dec 5 05:43:04 EST 2011
Hello,
When displaying a ticket, the box titles (The Basics, People, Dates,
etc...) have a grey background with a white font. It's a bug linked to
PIE.htc, see here :
http://css3pie.com/documentation/known-issues/#z-index
Disabling PIE.htc is the easy fix but we don't have rounded corners anymore.
I fixed it by adding z-index:1; in this section of boxes.css:
.titlebox .titlebox-title {
position: relative;
z-index:1;
}
Hope it helps.
PS: I tried version beta5 of PIE.htc, same problem.
--
L.B.
More information about the rt-devel
mailing list