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