]> git.wh0rd.org - tt-rss.git/blob - lib/dijit/icons/editorIcons_rtl.css
googlereaderimport: support summary element
[tt-rss.git] / lib / dijit / icons / editorIcons_rtl.css
1 /* Dijit Editor RTL icons*/
2
3 /*editorIcons_rtl.css is located in dijit/images
4
5 editorIcons_rtl.css contains references to the dijit editor widget icons. There are 46 icons used to map to the related editor funtionality in the editor's toolbar.
6
7 */
8
9
10 /* Editor */
11 .dijitEditorRtl .dijitEditorIcon {
12 background-image: url('images/editorIconsEnabled_rtl.png'); /* editor icons sprite image for the enabled right to left state */
13 }
14 .dijitEditorRtlDisabled .dijitEditorIcon {
15 background-image: url('images/editorIconsDisabled_rtl.png'); /* editor icons sprite image for the disabled right to left state */
16 }
17
18 /* Toolbar */
19 .dijitToolbarRtl .dijitToolbarSeparator {
20 background-image: url('images/editorIconsEnabled_rtl.png');
21 }
22
23 /* took this information above from editorRtl.css - good or bad? */