A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.
Hi:
I want to change the colors on the Feature Settings page (after clicking the "Settings" link). I have scoured every .css file under my skins folder. I cannot find the colors the page is using. In particular, the tab colors and the background used for the tabs are the colors I want to change. I was playing around with the Html Content control and inserted a Tabs-jQuery UI template that uses the mojo-tabs class... I can't find that class defined anywhere. Where is it defined and how is this class getting it's colors?
I originally used a skin that came with mojoPortal but made a copy of it and changed the colors and images to match my own skin. But, these tabs are still the color of the original skin that came with mojoPortal.
These tabs use the jQuery UI theme set on the StyleSheetCombiner control in your layout.master. You can read more about this in the "Styling jQuery Widgets" document.
HTH,Joe D.