15 lines
397 B
CSS
15 lines
397 B
CSS
.dijitAdditionalEditorIconBlockquote {
|
|
background-image: url(../icons/blockquote.gif);
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
width: 18px;
|
|
height: 18px;
|
|
}
|
|
.dijitDisabled .dijitAdditionalEditorIconBlockquote {
|
|
background-image: url(../icons/blockquoteDisabled.gif);
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
width: 18px;
|
|
height: 18px;
|
|
}
|