1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-16 14:57:44 +02:00
ttrss/lib/dijit/themes/soria/Editor_rtl.css

8 lines
348 B
CSS
Raw Normal View History

2011-11-08 17:40:44 +01:00
/* Editor */
.dijitRtl .soria .dijitEditorIcon {
2011-11-08 17:40:44 +01:00
background-image: url('../../icons/images/editorIconsEnabled_rtl.png'); /* editor icons sprite image - enabled state */
}
.dijitRtl .soria .dijitDisabled .dijitEditorIcon {
2011-11-08 17:40:44 +01:00
background-image: url('../../icons/images/editorIconsDisabled_rtl.png'); /* editor icons sprite image - disabled state */
}