From 26831aa66f848140cfb091a427363cd349531cb1 Mon Sep 17 00:00:00 2001 From: Mat Marquis Date: Wed, 26 Oct 2011 17:57:03 -0400 Subject: [PATCH] =?UTF-8?q?Fixes=20#2629,=20fixes=20#2628=20=E2=80=94=20Re?= =?UTF-8?q?placing=20=E2=80=98background:=20transparent=E2=80=99=20with=20?= =?UTF-8?q?#fff,=20rgba(255,255,255,0),=20and=20an=20opacity=20filter=20so?= =?UTF-8?q?lves=20this.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/structure/jquery.mobile.button.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/structure/jquery.mobile.button.css b/css/structure/jquery.mobile.button.css index 9f094a56..7632e313 100644 --- a/css/structure/jquery.mobile.button.css +++ b/css/structure/jquery.mobile.button.css @@ -52,4 +52,4 @@ .ui-bar .ui-btn-icon-bottom .ui-icon { bottom: 4px; } /*hiding native button,inputs */ -.ui-btn-hidden { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-appearance: button; opacity: .1; cursor: pointer; background: transparent; font-size: 1px; border: none; line-height: 999px; } +.ui-btn-hidden { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-appearance: button; opacity: .1; cursor: pointer; background: #fff; background: rgba(255,255,255,0); filter: Alpha(Opacity=.0001); font-size: 1px; border: none; line-height: 999px; }