Merge pull request #2194 from nextcloud/jquery-dropdown-fixes

jQuery dropdown fixes
pull/2199/head
Morris Jobke 2016-11-18 11:34:18 +07:00 committed by GitHub
commit c02b0199b0
2 changed files with 7 additions and 3 deletions

@ -136,3 +136,7 @@
opacity: .2;
border-radius: 5px;
}
.ui-menu .ui-menu-item a {
padding: 6px;
}

@ -182,9 +182,9 @@ a.showCruds:hover,a.unshare:hover {
}
.ui-autocomplete { /* limit dropdown height to 4 1/2 entries */
max-height:103px;
overflow-y:auto;
overflow-x:hidden;
max-height: 200px;
overflow-y: auto;
overflow-x: hidden;
}
.notCreatable {