summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/resources/css/Breadcrumb.css
blob: 7b687beda541b7e0d04386283974f13732155cc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.dojoxEditorBreadcrumbArrow .dijitDownArrowButton {
	width: 10px;
}

.dojoxEditorBreadcrumbArrow .dijitArrowButtonInner {
	background-image: url(../icons/breadcrumbDown.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 8px;
	height: 8px;
}