Remove the white text shadow from disabled links in IE8
Posted
by mancub
on Stack Overflow
See other posts from Stack Overflow
or by mancub
Published on 2010-03-26T10:22:06Z
Indexed on
2010/03/26
21:03 UTC
Read the original article
Hit count: 360
We are using Ext JS for an application in work, building a custom theme for it. We currently have a dark colour scheme including menus with dark backgrounds. In some of the menus some of the links are disabled at certain points, which all perfectly. However IE8 seems to add a sort of white text shadow, which I am sure is normally fine but as the text is light grey and the background is dark grey the white text shadow makes it look blurry and even makes the other enabled links more disabled as they look darker.
Does anyone know of a way to remove the text shadow (I realise it is not css text-shadow as IE does not support it).
© Stack Overflow or respective owner