2011-11-08 17:40:44 +01:00
|
|
|
/* Editor */
|
2010-11-15 08:39:52 +01:00
|
|
|
.tundra .dijitEditorRtl .dijitEditorIcon {
|
2011-11-08 17:40:44 +01:00
|
|
|
background-image: url('../../icons/images/editorIconsEnabled_rtl.png'); /* editor icons sprite image - enabled state */
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
|
|
|
.tundra .dijitEditorRtlDisabled .dijitEditorIcon {
|
2011-11-08 17:40:44 +01:00
|
|
|
background-image: url('../../icons/images/editorIconsDisabled_rtl.png'); /* editor icons sprite image - disabled state */
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|