Completed
Last Updated: 06 Apr 2015 14:38 by ADMIN
ADMIN
Marin Bratanov
Created on: 21 Feb 2014 09:18
Category: ToolTip
Type: Bug Report
0
FIX RadToolTip with Office2007 skin and Lightweight RenderMode does not have the expected light-blue background
A possible workaround is to add the background-color via CSS:
		div.RadToolTip.RadToolTip_Office2007,
		.RadToolTip_Office2007 div.rtContent
		{
			background-color: #d7e3f2;
		}

0 comments