summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/mobile/themes/custom/TextBox.css
blob: 65a63bf999133b57872fdf05e861497739d36667 (plain)
1
2
3
4
5
6
7
8
/* dojox.mobile.TextBox */
.mblTextBox {
  height: 30px;
  border: #b5bcc7 1px inset;
  font-family: Helvetica;
  font-size: 14px;
  -webkit-border-radius: 5px;
}