We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1df63b + 8a07720 commit 016468dCopy full SHA for 016468d
css/structure/jquery.mobile.forms.textinput.css
@@ -20,6 +20,9 @@ textarea.ui-mini { height: 45px; }
20
/* Resolves issue #5166: Added to support issue introduced in Firefox 15. We can likely remove this in the future. */
21
input:-moz-placeholder { color: #aaa; }
22
23
+/* Resolves issue #5131: Width of textinput depends on its type, for Android 4.1 */
24
+input[type=number]::-webkit-outer-spin-button { margin: 0; }
25
+
26
@media all and (min-width: 450px){
27
.ui-field-contain label.ui-input-text { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0 }
28
.ui-field-contain input.ui-input-text,
0 commit comments