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
Thanks for your Support
On my side I can modify the ig_explorerbar.css file, I assume that you are not able to because the “Office 2007 Blue” styles is loaded differently in the project. I have added ig_explorerbar.css by using the AppStylist for creating a new style library and choosing the desired style as a style set. Afterwards the new style library is saved in the project folder and by refreshing the project the styles are available. However if the changes are still not applied, what I could suggest is modifying the igeb_Office2007BlueItem class in a style tag in the Default.aspx as follows:
<style>
.igeb_Office2007BlueItem{
background-color:green;
}
</style>
Additionally the styles for the WebExplorerBar could be modified while the new style library is created. This could be achieved by opening the WebExplorerBar tab, right click on one of the displayed items, choosing “Item” and a table with properties is opened, where the background color could be set.
After applying changes to ig_explorerbar.css in specified styleset Office 2007 Blue in ig_res folder in my personal project,the changes did not applied and I also did the same in the project that you send me and changes did not appliedI changed the back ground color from pink to red in following classes but the changes did not applied
.igeb_Office2007BlueItem { /*set element background color*/ background-color: red; border-width:0px; padding:0px; line-height: 22px; font-size:40px; } .igeb_Office2007BlueGroupContents { margin-top:0px; margin-bottom:0px; margin-left:0px; padding-top:0px; padding-bottom:0px; padding-left:0px; list-style: none; /*set group contents background color*/ background-color: red; }
I have added “Office 2007 Blue” folder in the ig_res folder of the project. After modifying the ig_explorerbar.css file, which is included in the project and specifying the “styleSetName” all changes are applied. I have prepared and uploaded a sample project, demonstrating the changes in the styles to the following link. Please test it on your side and let me know if you need any further information.
Regards, Monika Kirkova, Infragistics