mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-27 12:51:29 +00:00
11 lines
313 B
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');
|
|
}
|