Skip to content

Commit b4eef42

Browse files
committed
Fixes jquery-archive#3026 — Regression introduced by 01c77fa.
1 parent f016c2d commit b4eef42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

css/structure/jquery.mobile.forms.select.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44

55

66
.ui-select .ui-btn { opacity: 1; }
7+
78
/* Fixes #2588 — When Windows Phone 7.5 (Mango) tries to calculate a numeric opacity for a select—including “inherit”—without explicitly specifying an opacity on the parent to give it context, a bug appears where clicking elsewhere on the page after opening the select will open the select again. */
89
.ui-select .ui-btn select { cursor: pointer; -webkit-appearance: button; left: 0; top:0; width: 100%; min-height: 1.5em; min-height: 100%; height: 3em; max-height: 100%; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); z-index: 2; }
910

11+
.ui-select .ui-disabled { opacity: .3; }
1012

1113
@-moz-document url-prefix() {.ui-select .ui-btn select { opacity: 0.0001; }}
1214
.ui-select .ui-btn select.ui-select-nativeonly { opacity: 1; text-indent: 0; }

0 commit comments

Comments
 (0)