-
10 Dec 2012 1:26 AM #1
Unanswered: A question about theming
Unanswered: A question about theming
Hi all,
I'm trying to create a extjs 4 theme.
I have create a folder called "myapp". I have copy the folder "root / resources / themes / stylesheets / ext4 / default /" to a new folder "root / resources / themes / stylesheets / mytheme / default /".
To change the style of my app, I edit the scss files in this folder.
Now I want to create new classes like "text-transform" or "text-shadow" because this properties does not exist on the current files.
For example, I add this line on the file "variables/panel.scss":Then, I add the following line on the file "widgets/panel.scss" :Code:$panel-header-text-transform: uppercase !default;
But compass doesn't compile this line.Code:$ui-header-text-transform: $panel-header-text-transform,
Can you help me to add a property on my stylesheets ?
Thank you by advance !
-
11 Dec 2012 1:12 PM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,714
- Vote Rating
- 436
- Answers
- 3113
Are you editing the scss that comes with Ext JS?
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.


Reply With Quote