1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-18 15:17:31 +02:00
ttrss/lib/dijit/themes/tundra/Editor.css

17 lines
451 B
CSS
Raw Normal View History

.dijitEditor {
border:1px solid #bfbfbf;
border-top:0;
}
2011-11-08 17:40:44 +01:00
.tundra .dijitEditorIcon {
2011-11-08 17:40:44 +01:00
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 {
2011-11-08 17:40:44 +01:00
background-image: url('../../icons/images/editorIconsDisabled.png'); /* editor icons sprite image - disabled state */
}
2011-11-08 17:40:44 +01:00