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.
Comments: Hi, Thank you for sharing your experience. Unfortunately, we can't reproduce the issue you described with the latest version of the AJAX Control Toolkit (we have tested HtmlEditor extender with all modern browsers including IE8). It seems that this problem is no longer reproducible. Best regards, Fadil
```
.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.
Comments: Hi, Thank you for sharing your experience. Unfortunately, we can't reproduce the issue you described with the latest version of the AJAX Control Toolkit (we have tested HtmlEditor extender with all modern browsers including IE8). It seems that this problem is no longer reproducible. Best regards, Fadil