15 lines
373 B
CSS
15 lines
373 B
CSS
|
.dijitAdditionalEditorIconSave {
|
||
|
background-image: url(../icons/save.gif);
|
||
|
background-repeat: no-repeat;
|
||
|
background-position: center center;
|
||
|
width: 18px;
|
||
|
height: 18px;
|
||
|
}
|
||
|
.dijitDisabled .dijitAdditionalEditorIconSave {
|
||
|
background-image: url(../icons/saveDisabled.gif);
|
||
|
background-repeat: no-repeat;
|
||
|
background-position: center center;
|
||
|
width: 18px;
|
||
|
height: 18px;
|
||
|
}
|