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
  • 1300
    Offline posted

    Hello Zeshan,

    After investigating this further, I determined that by adding “Office2007Blue“ style folder to the project and applying it the following way:

    <ig:WebExplorerBar ID="WebExplorerBar1" runat="server" Width="250px" . . . StyleSetName="Office2007Blue">

    All changes made in the ig_explorerbar.css are automatically applied to the WebExplorerBar.

    Please let me know if you need any further information regarding this matter.

    Regards,

    Monika Kirkova,

    Infragistics

Reply Children