summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/mobile/themes/custom/Button-compat.css
blob: 32cc119fae793370737370ded1d8caf6aeb6ee1f (plain)
1
2
3
4
5
6
7
8
/* dojox.mobile.Button */
.mblButton {
	background-image: url(compat/ui-widget-bg.png);
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}