Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / resources / themes / templates / resources / sass / my-ext-theme.scss
1 // Unless you want to include all components, you must set $include-default to false
2 // IF you set this to true, you can also remove lines 10 to 38 of this file
3 $include-default: false;
4
5 // Insert your custom variables here.
6 // $base-color: #aa0000;
7
8 @import 'ext4/default/all';
9
10 // You may remove any of the following modules that you
11 // do not use in order to create a smaller css file.
12 @include extjs-boundlist;
13 @include extjs-button;
14 @include extjs-btn-group;
15 @include extjs-datepicker;
16 @include extjs-colorpicker;
17 @include extjs-menu;
18 @include extjs-grid;
19 @include extjs-form;
20     @include extjs-form-field;
21     @include extjs-form-fieldset;
22     @include extjs-form-file;
23     @include extjs-form-checkboxfield;
24     @include extjs-form-checkboxgroup;
25     @include extjs-form-triggerfield;
26     @include extjs-form-htmleditor;
27 @include extjs-panel;
28 @include extjs-qtip;
29 @include extjs-slider;
30 @include extjs-progress;
31 @include extjs-toolbar;
32 @include extjs-window;
33 @include extjs-messagebox;
34 @include extjs-tabbar;
35 @include extjs-tab;
36 @include extjs-tree;
37 @include extjs-drawcomponent;
38 @include extjs-viewport;
39
40 // This line changes the location of your images when creating UIs to be relative instead of within the ExtJS directory.
41 // You MUST set this to true/string value if you are creating new UIs + supporting legacy browsers.
42 // This only applies to new UIs. It does not apply to default component images (i.e. when changing $base-color)
43 // The value can either be true, in which case the image path will be "../images/"
44 // or a string, of where the path is
45 $relative-image-path-for-uis: true; // defaults to "../images/" when true