Layout Collapsed header - unreadable

A collapsed layout’s - vertical header label is unreadable.

Note: In the layout’s expanded form - header becomes horizontal, where the label is readable.

Have you seen such a problem, and if you have a resolution, please advise a way to address this.

Thanks for your time in advance.

Hi
In current version it works fine. You can even force text color.

[code]

Dock/Undock html, body { width: 100%; height: 100%; margin: 0px; overflow: hidden; background-color:white; } .dhtmlxInfoBarLabel_collapsed_hor { color: #000000 !important; }
[/code]