root / trunk / web / dojo / dijit / themes / nihilo / Editor.css
History | View | Annotate | Download (408 Bytes)
1 | 9 | andrej.cim | .nihilo .dijitToolbar .dijitToolbarSeparator { |
---|---|---|---|
2 | background: url('../../icons/images/editorIconsEnabled.png'); |
||
3 | } |
||
4 | .nihilo .dijitEditorIcon { |
||
5 | background-image: url('../../icons/images/editorIconsEnabled.png'); |
||
6 | background-repeat: no-repeat; |
||
7 | width: 18px; |
||
8 | height: 18px; |
||
9 | text-align: center; |
||
10 | } |
||
11 | .nihilo .dijitDisabled .dijitEditorIcon { |
||
12 | background-image: url('../../icons/images/editorIconsDisabled.png'); |
||
13 | } |