You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.0 KiB
30 lines
1.0 KiB
/* |
|
Adds cosmetic styling to Dijit. Users may swap with a custom theme CSS file. |
|
|
|
NOTES: |
|
--- |
|
Dialog.css contains css classes for both Dialog and Tooltip! |
|
This because currently a dijit.TooltipDialog exist. Until this is resolved |
|
you need to include Dialog.css for both dijits |
|
--- |
|
Toolbar.css contains classes also used in Editor. Until this is resolved |
|
you need to include Toolbar.css for both Toolbar and Editor |
|
--- |
|
Button.css contains classes for combobox, |
|
|
|
*/ |
|
|
|
@import url("../dijit_rtl.css"); |
|
@import url("layout/TabContainer_rtl.css"); |
|
@import url("layout/AccordionContainer_rtl.css"); |
|
@import url("form/Slider_rtl.css"); |
|
@import url("form/Button_rtl.css"); |
|
@import url("Tree_rtl.css"); |
|
@import url("TitlePane_rtl.css"); |
|
@import url("Calendar_rtl.css"); |
|
@import url("TimePicker_rtl.css"); |
|
@import url("Dialog_rtl.css"); |
|
@import url("ProgressBar_rtl.css"); |
|
@import url("Menu_rtl.css"); |
|
@import url("Editor_rtl.css"); |
|
@import url("../../icons/editorIcons_rtl.css");/* RTL sprite for editor icons to be used by all themes*/ |