|
@@ -824,6 +824,16 @@ input.search_field, textarea.search_field {
|
|
min-width: 90px !important;
|
|
min-width: 90px !important;
|
|
max-width: 140px !important;
|
|
max-width: 140px !important;
|
|
}
|
|
}
|
|
|
|
+.ui-menu {
|
|
|
|
+ max-height: 250px;
|
|
|
|
+ overflow: auto;
|
|
|
|
+}
|
|
|
|
+.ui-menu .ui-menu-item {
|
|
|
|
+ font-size: 13px;
|
|
|
|
+}
|
|
|
|
+.ui-menu .ui-menu-item:not(:last-child) {
|
|
|
|
+ border-bottom: 1px solid #ccc;
|
|
|
|
+}
|
|
.suggestions-outer {
|
|
.suggestions-outer {
|
|
top: calc(100% + 2px);
|
|
top: calc(100% + 2px);
|
|
background: #fff;
|
|
background: #fff;
|