From 1dd3f4bbb332a42b7401ceeccee1972fd0646112 Mon Sep 17 00:00:00 2001 From: scottjehl Date: Thu, 21 Jul 2011 12:32:06 -0400 Subject: [PATCH] removed background unset from fieldcontains. No good reason to keep that in there. --- themes/default/jquery.mobile.forms.fieldcontain.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/jquery.mobile.forms.fieldcontain.css b/themes/default/jquery.mobile.forms.fieldcontain.css index ce133b93..a4f8c101 100644 --- a/themes/default/jquery.mobile.forms.fieldcontain.css +++ b/themes/default/jquery.mobile.forms.fieldcontain.css @@ -3,7 +3,7 @@ * Copyright (c) jQuery Project * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses. */ -.ui-field-contain { background: none; padding: 1.5em 0; margin: 0; border-bottom-width: 1px; overflow: visible; } +.ui-field-contain { padding: 1.5em 0; margin: 0; border-bottom-width: 1px; overflow: visible; } .ui-field-contain:first-child { border-top-width: 0; } @media all and (min-width: 450px){ .ui-field-contain { border-width: 0; padding: 0; margin: 1em 0; }