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

Commit e6b4634

Browse files
author
ehynds
committed
Merge remote branch 'upstream/master'
2 parents 8062bf0 + c4b333e commit e6b4634

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

themes/default/jquery.mobile.forms.select.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@
1212
label.ui-select { font-size: 16px; line-height: 1.4; font-weight: normal; margin: 0 0 .3em; display: block; }
1313

1414
/*listbox*/
15+
.ui-select .ui-btn-text, .ui-selectmenu .ui-btn-text { display: inline-block; min-height: 1em; }
16+
1517
.ui-selectmenu { position: absolute; padding: 0; z-index: 100 !important; width: 80%; max-width: 350px; padding: 6px; }
16-
.ui-selectmenu .ui-listview { margin: 0;
17-
}
18+
.ui-selectmenu .ui-listview { margin: 0; }
19+
1820
.ui-selectmenu-hidden { top: -999999px; left: -99999px; }
1921
.ui-selectmenu-screen { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 99; }
2022
.ui-screen-hidden, .ui-selectmenu-list .ui-li .ui-icon { display: none; }

0 commit comments

Comments
 (0)