Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dojo-app.css « webodf « 3rdparty « css - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ee1c0f300294af7c9c39e3c387fcc66203016c60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * If you are developing a project that makes use of Dijit widgets, you will probably want to include the two files
 * below; otherwise, you can remove them. When building for release, Dojo will automatically combine all of your
 * @imported CSS files into a single file.
 *
 * It is highly, highly recommended that you develop your CSS using Stylus: http://learnboost.github.com/stylus/.
 */

/* @import '../../../js/3rdparty/resources/dojo/resources/dojo.css'; */
@import '../../../js/3rdparty/resources/dijit/themes/claro/claro.css';
@import '../../../js/3rdparty/resources/dojox/layout/resources/ExpandoPane.css';
@import '../../../js/3rdparty/resources/dojox/widget/ColorPicker/ColorPicker.css';