You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: css/structure/jquery.mobile.forms.select.css
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
.ui-select {
2
-
display: block;
2
+
margin:.5em0;
3
3
position: relative;
4
4
}
5
5
.ui-select>select {
@@ -13,6 +13,7 @@
13
13
clip:rect(1px,1px,1px,1px);
14
14
}
15
15
.ui-select .ui-btn {
16
+
margin:0;
16
17
opacity:1; /* 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. */
// TODO: Post 1.1--once we have time to test thoroughly--any classes manually applied to the original element should be carried over to the enhanced element, with an `-enhanced` suffix. See https://github.com/jquery/jquery-mobile/issues/3577
0 commit comments