mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-02 20:09:15 +00:00
8 lines
241 B
CSS
8 lines
241 B
CSS
|
|
.dijitRtl .soria .dijitEditorIcon {
|
|
background-image: url('../../icons/images/editorIconsEnabled_rtl.png');
|
|
}
|
|
.dijitRtl .soria .dijitDisabled .dijitEditorIcon {
|
|
background-image: url('../../icons/images/editorIconsDisabled_rtl.png');
|
|
}
|