summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/mobile/themes/custom/TextBox-compat.css
blob: 32dcf4652f1f609d4572a31535f51a4148815270 (plain)
1
2
3
4
5
6
7
/* dojox.mobile.TextBox */
.mblTextBox {
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}