Skip to content

Commit

Permalink
Selectmenu: clean up CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
fnagel committed Apr 29, 2013
1 parent ad30163 commit 0264f07
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions themes/base/jquery.ui.selectmenu.css
Expand Up @@ -13,17 +13,18 @@
margin: 0;
position: absolute;
top: 0;
left: 0;
display: none;
}
.ui-selectmenu-menu ul.ui-menu {
.ui-selectmenu-menu .ui-menu {
overflow: auto;
overflow-y: auto ;
overflow-y: auto;
overflow-x: hidden;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item a {
padding: 0.3em 1em 0.3em 1em;
.ui-selectmenu-menu .ui-menu-item a {
padding: 0.3em 1em;
}
.ui-selectmenu-menu .ui-menu li.ui-selectmenu-optgroup {
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
font-size: 1em;
font-weight: bold;
line-height: 1.5;
Expand Down Expand Up @@ -54,4 +55,4 @@
padding: 0.4em 2.1em 0.4em 1em;
display: block;
line-height: 1.4;
}
}

0 comments on commit 0264f07

Please sign in to comment.