From 3ffe86bc2134a089ec157d7e65b25fe8be6f4331 Mon Sep 17 00:00:00 2001 From: scottjehl Date: Sun, 13 Mar 2011 13:16:06 -0400 Subject: [PATCH] fixed form button appearance in Windows Phone 7 and IE --- themes/default/jquery.mobile.button.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/jquery.mobile.button.css b/themes/default/jquery.mobile.button.css index d1f1214a..602ffd6d 100644 --- a/themes/default/jquery.mobile.button.css +++ b/themes/default/jquery.mobile.button.css @@ -50,4 +50,4 @@ .ui-btn-icon-top .ui-icon { top: 5px; } .ui-btn-icon-bottom .ui-icon { bottom: 5px; } /*hiding native button,inputs */ -.ui-btn-hidden { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-appearance: button; opacity: 0; cursor: pointer; } +.ui-btn-hidden { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-appearance: button; opacity: 0; cursor: pointer; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); }