1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-05 03:39:16 +00:00
Files
tt-rss/lib/dijit/themes/tundra/Editor_rtl.css
2011-11-08 20:40:44 +04:00

8 lines
356 B
CSS

/* Editor */
.tundra .dijitEditorRtl .dijitEditorIcon {
background-image: url('../../icons/images/editorIconsEnabled_rtl.png'); /* editor icons sprite image - enabled state */
}
.tundra .dijitEditorRtlDisabled .dijitEditorIcon {
background-image: url('../../icons/images/editorIconsDisabled_rtl.png'); /* editor icons sprite image - disabled state */
}