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

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