You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tt-rss/lib/dijit/themes/claro
Anders Kaseorg 6887a0f573 lib: Upgrade Dojo and Dijit from 1.8.3 to 1.12.1
The itemNode and expandoNode elements have changed from img to
span (https://bugs.dojotoolkit.org/ticket/16699), so we now put our
tree icons inside them rather than replacing them.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
8 years ago
..
form
images
layout
Calendar.css
Calendar.less
Calendar_rtl.css
Calendar_rtl.less
ColorPalette.css
ColorPalette.less
Common.css
Common.less
Dialog.css
Dialog.less
Dialog_rtl.css
Dialog_rtl.less
Editor.css
Editor.less
Editor_rtl.css
Editor_rtl.less
InlineEditBox.css
InlineEditBox.less
Menu.css
Menu.less
Menu_rtl.css
Menu_rtl.less
ProgressBar.css
ProgressBar.less
ProgressBar_rtl.css
ProgressBar_rtl.less
README
TimePicker.css
TimePicker.less
TitlePane.css
TitlePane.less
TitlePane_rtl.css
TitlePane_rtl.less
Toolbar.css
Toolbar.less
Toolbar_rtl.css
Toolbar_rtl.less
Tree.css
Tree.less
Tree_rtl.css
Tree_rtl.less
claro.css
claro_rtl.css
compile.js
document.css
document.less
variables.less

README

These are "less" files that compile into the CSS of claro.

1. Install node from http://nodejs.org/#download
	
2. To compile all the files:

  $ cd dijit/themes/claro
  $ node compile.js


See http://lesscss.org/ and https://github.com/cloudhead/less.js/ for more information.