Skip to content

Commit c7eb630

Browse files
committed
fixed: CSS issue in pop-up mode
1 parent 781641b commit c7eb630

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/base/jquery.ui.selectmenu.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
.ui-selectmenu-menu { padding:0; margin:0; position:absolute; top: 0; display: none; z-index: 1005;} /* z-index: 1005 to make selectmenu work with dialog */
66
.ui-selectmenu-menu ul { padding:0; margin:0; list-style:none; position: relative; overflow: auto; overflow-y: auto ; overflow-x: hidden; -webkit-overflow-scrolling: touch;}
77
.ui-selectmenu-open { display: block; }
8-
.ui-selectmenu-menu-popup { margin-top: -1px; }
9-
.ui-selectmenu-menu li { padding:0; margin:0; display: block; border-top: 1px dotted transparent; border-bottom: 1px dotted transparent; border-right-width: 0 !important; border-left-width: 0 !important; font-weight: normal !important; }
8+
ul.ui-selectmenu-menu-popup { margin-top: -1px; }
9+
.ui-selectmenu-menu li { padding:0; margin:0; display: block; border-top: 1px dotted transparent; border-bottom: 1px dotted transparent; border-right-width: 0 !important; border-left-width: 0 !important; }
1010
.ui-selectmenu-menu li a,.ui-selectmenu-status { line-height: 1.4em; display: block; padding: .405em 2.1em .405em 1em; outline:none; text-decoration:none; }
1111
.ui-selectmenu-menu li.ui-state-disabled a, .ui-state-disabled { cursor: default; }
1212
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,

0 commit comments

Comments
 (0)