blob: 591304204efde9f735e4f9a9ef1a52814e725de9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
.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;
}
|