summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/mobile/themes/android/TextBox.css
blob: d847ab5224c784e45ce33fe24b03ddd7b597c6b0 (plain)
1
2
3
4
5
6
7
8
/* dojox.mobile.TextBox */
.mblTextBox {
  height: 22px;
  border: #9CACC0 1px inset;
  -webkit-border-radius: 3px;
  font-family: Helvetica;
  font-size: 13px;
}