Completed
Last Updated: 26 Sep 2016 12:42 by ADMIN
ADMIN
Marin Bratanov
Created on: 28 Feb 2014 09:26
Category: ToolTip
Type: Bug Report
0
FIX: RadToolTip text color is different between Lightweight RenderMode and Classic RenderMode
In case the color difference is a problem, you can examine the rendered Classic tooltip and find the color CSS rule that is applied, then apply it to the Lightweight mode via a CSS selector similar to the following:
		div.RadToolTip_Simple .rtContent
		{
			color: #C98400;
		}
Where you can change Simple with the skin name that you are using.
0 comments