File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22----------------------------------*/
33.ui-selectmenu { display : block; display : inline-block; position : relative; height : 2.2em ; vertical-align : middle; text-decoration : none; overflow : hidden; zoom : 1 ; }
44.ui-selectmenu-icon { position : absolute; right : 6px ; margin-top : -8px ; top : 50% ; }
5- .ui-selectmenu-menu { padding : 0 ; margin : 0 ; list-style : none; position : absolute; top : 0 ; visibility : hidden ; overflow : auto; z-index : 1005 ;} /* z-index: 1005 to make selectmenu work with dialog */
6- .ui-selectmenu-open { visibility : visible ; }
5+ .ui-selectmenu-menu { padding : 0 ; margin : 0 ; list-style : none; position : absolute; top : 0 ; display : none ; overflow : auto; z-index : 1005 ;} /* z-index: 1005 to make selectmenu work with dialog */
6+ .ui-selectmenu-open { display : block ; }
77.ui-selectmenu-menu-popup { margin-top : -1px ; }
88.ui-selectmenu-menu-dropdown { }
99.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 ; }
You can’t perform that action at this time.
0 commit comments