A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.
Hi All..
after hours of fruitlessness i can't seem to work out how to change the background color of the panels in the ExtJs Tabs... I'm using a copy of styleshout-techmania and i've noticed that dcarter-ticktockpro manages to do it, so it must be possible...
anyone know what the style names are?
thanks heaps
If you mean the tabs in SiteSettings.aspx page, I think you can change the background color using a css selector like this:
.exttabs .modulecontent { background-color: blue; }
Hope it helps,
Joe
thanks a heap!
really good work you're doing.. appreciate it!