summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/resources/css/InsertAnchor.css
blob: 3f0dda5a4591d31c7b2236c2498707c97ca663f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.dijitAdditionalEditorIconInsertAnchor {
	background-image: url(../icons/anchor.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 18px;
	height: 18px;
}

.dijitDisabled .dijitAdditionalEditorIconInsertAnchor {
	background-image: url(../icons/anchorDisabled.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 18px;
	height: 18px;
}