mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-27 11:01:29 +00:00
8 lines
243 B
CSS
8 lines
243 B
CSS
|
|
.dijitRtl .nihilo .dijitEditorIcon {
|
|
background-image: url('../../icons/images/editorIconsEnabled_rtl.png');
|
|
}
|
|
.dijitRtl .nihilo .dijitDisabled .dijitEditorIcon {
|
|
background-image: url('../../icons/images/editorIconsDisabled_rtl.png');
|
|
}
|