Skip to content

Commit 46c0946

Browse files
author
scottjehl
committed
Disable background on hidden buttons so that they don't appear in Opera Mini. Fixes jquery-archive#1862
1 parent 45a71ac commit 46c0946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/default/jquery.mobile.button.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@
5050
.ui-btn-icon-top .ui-icon { top: 5px; }
5151
.ui-btn-icon-bottom .ui-icon { bottom: 5px; }
5252
/*hiding native button,inputs */
53-
.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); }
53+
.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); background: transparent; }

0 commit comments

Comments
 (0)