-
30 May 2012 7:02 AM #1
How to change the color of titlebar
How to change the color of titlebar
Can anyone help me to change the color of my titlebar.Is there any simple method to do it or we need to use css.
Which property should be used for css and where to write the code of css.
-
30 May 2012 10:26 AM #2Sencha - Sales Team
- Join Date
- Mar 2007
- Location
- Melbourne, Australia (aka GMT+10)
- Posts
- 738
- Vote Rating
- 6
everything is css, in 4.x you can do this with compass... either way:
open firefox with firebug installed (or chome) right click and select inspect element, then use css panels to see what classes require override.Check out SenchaWorld.com for articles, screencasts, conference videos and more.
Sencha Technical Training : Asia Pacific Region
Code Validation : JSLint | JSONLint | JSONPLint
-
1 Jun 2012 1:54 AM #3
Hi!
try to give a class to your panel ....like 'sampleColor'.
and try this in your css after default css file of extjs:-
Code:.sampleColor .x-panel-header{ color:'red !important' //do what ever you want but don't forget !important }sword-it.com, Sencha Developer House in Turkey - Istanbul University Technopark Suite 204.


Reply With Quote


