diff --git a/css/structure/jquery.mobile.button.css b/css/structure/jquery.mobile.button.css index 9f094a5603d..d3164815b69 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: transparent; font-size: 1px; border: none; line-height:1px; text-align:left; text-indent:-999px; }