You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tt-rss/lib/dijit/icons/editorIcons_rtl.css

11 lines
313 B
CSS

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