Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Fixes #2629, fixes #2628 — Replacing ‘background: transparent’ with #…
Browse files Browse the repository at this point in the history
…fff, rgba(255,255,255,0), and an opacity filter solves this.
  • Loading branch information
Wilto committed Oct 26, 2011
1 parent 410a169 commit 26831aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/structure/jquery.mobile.button.css
Expand Up @@ -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; }

0 comments on commit 26831aa

Please sign in to comment.