summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/resources/css/Save.css
blob: e22b0f2bc0c7b16a8c7cb695fc6bc37a9469d5b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.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;
}