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

8 lines
248 B
CSS
Raw Normal View History

.tundra .dijitEditorRtl .dijitEditorIcon {
background-image: url('../../icons/images/editorIconsEnabled_rtl.png');
}
.tundra .dijitEditorRtlDisabled .dijitEditorIcon {
background-image: url('../../icons/images/editorIconsDisabled_rtl.png');
}