I'm using the version of ACT "3.5.7.1005", and I'm having some issues with the color picker from HtmlEditorExtender component (forecolor/backcolor button) in IE8, __to fix it__, was necessary to include the css below
```
.ajax__html_editor_extender_ForeColor, .ajax__html_editor_extender_BackColor
{
line-height: 0;
}
```
In the Attachment, there is a picture simulating the issue and it's solution.
If possible, include this CSS fix to be in the the next release of ACT.
```
.ajax__html_editor_extender_ForeColor, .ajax__html_editor_extender_BackColor
{
line-height: 0;
}
```
In the Attachment, there is a picture simulating the issue and it's solution.
If possible, include this CSS fix to be in the the next release of ACT.