mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-12 00:23:11 +00:00
Fixes #2629, fixes #2628 — Replacing ‘background: transparent’ with #fff, rgba(255,255,255,0), and an opacity filter solves this.
This commit is contained in:
parent
410a169b2b
commit
26831aa66f
1 changed files with 1 additions and 1 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue