1. #1
    Sencha User
    Join Date
    Dec 2012
    Posts
    1
    Vote Rating
    0
    sportfly is on a distinguished road

      0  

    Default 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":
    Code:
    $panel-header-text-transform: uppercase !default;
    Then, I add the following line on the file "widgets/panel.scss" :
    Code:
    $ui-header-text-transform: $panel-header-text-transform,
    But compass doesn't compile this line.


    Can you help me to add a property on my stylesheets ?


    Thank you by advance !

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    34,121
    Vote Rating
    453
    Answers
    3160
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    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.

Tags for this Thread