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/nihilo/Editor.css

14 lines
408 B
CSS
Raw Normal View History

.nihilo .dijitToolbar .dijitToolbarSeparator {
background: url('../../icons/images/editorIconsEnabled.png');
}
.nihilo .dijitEditorIcon {
background-image: url('../../icons/images/editorIconsEnabled.png');
background-repeat: no-repeat;
width: 18px;
height: 18px;
text-align: center;
}
.nihilo .dijitDisabled .dijitEditorIcon {
background-image: url('../../icons/images/editorIconsDisabled.png');
}