1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-05 13:20:55 +02:00
ttrss/lib/dijit/themes/tundra/Editor.css
2011-11-08 20:40:44 +04:00

17 lines
451 B
CSS

.dijitEditor {
border:1px solid #bfbfbf;
border-top:0;
}
.tundra .dijitEditorIcon {
background-image: url('../../icons/images/editorIconsEnabled.png'); /* editor icons sprite image - enabled state */
background-repeat: no-repeat;
width: 18px;
height: 18px;
text-align: center;
}
.tundra .dijitDisabled .dijitEditorIcon {
background-image: url('../../icons/images/editorIconsDisabled.png'); /* editor icons sprite image - disabled state */
}