Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
130
Change CSS of Web Explorer Bar from ig_explorerbar.css
posted

I am making changes in IG_RES\Office2007Blue/ig_explorerbar.css

I want to change the background color of Item but the changes have not applied in project

I have modified background color from white to green but it did not applied to my application

I have applied Office2007Blue Style Set to my Web Explorer Bar

.igeb_Office2007BlueItem
{
	background-color:green;
	border-width:0px;
	padding:0px;
	line-height: 22px;
}

Parents Reply Children