tt-rss/lib/dijit/themes/tundra/Editor_rtl.css

8 lines
356 B
CSS
Raw Normal View History

2011-11-08 17:40:44 +01:00
/* Editor */
.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 */
}
.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 */
}