2010-11-15 08:39:52 +01:00
|
|
|
.soria .dijitToolbar .dijitToolbarSeparator {
|
2011-11-08 17:40:44 +01:00
|
|
|
background: url('../../icons/images/editorIconsEnabled.png'); /* separator in editor icons sprite image - enabled state */
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
|
|
|
/**** ICONS *****/
|
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.soria .dijitEditorIcon {
|
2011-11-08 17:40:44 +01:00
|
|
|
background-image: url('../../icons/images/editorIconsEnabled.png'); /* editor icons sprite image - enabled state */
|
2010-11-15 08:39:52 +01:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
width: 18px;
|
|
|
|
height: 18px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.soria .dijitDisabled .dijitEditorIcon {
|
2011-11-08 17:40:44 +01:00
|
|
|
background-image: url('../../icons/images/editorIconsDisabled.png'); /* editor icons sprite image - disabled state */
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|