Skip to content

Commit 1dd3f4b

Browse files
author
scottjehl
committed
removed background unset from fieldcontains. No good reason to keep that in there.
1 parent 1a82859 commit 1dd3f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/default/jquery.mobile.forms.fieldcontain.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright (c) jQuery Project
44
* Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
55
*/
6-
.ui-field-contain { background: none; padding: 1.5em 0; margin: 0; border-bottom-width: 1px; overflow: visible; }
6+
.ui-field-contain { padding: 1.5em 0; margin: 0; border-bottom-width: 1px; overflow: visible; }
77
.ui-field-contain:first-child { border-top-width: 0; }
88
@media all and (min-width: 450px){
99
.ui-field-contain { border-width: 0; padding: 0; margin: 1em 0; }

0 commit comments

Comments
 (0)