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; }
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
The changes did not applied in my project