Sfoglia il codice sorgente

Merge branch 'cleanup' of https://rav.triplestart.com/tigerphp/stagfe2 into cleanup

Samson Mutunga 1 anno fa
parent
commit
582c3da32c
1 ha cambiato i file con 10 aggiunte e 0 eliminazioni
  1. 10 0
      public/css/style.css

+ 10 - 0
public/css/style.css

@@ -824,6 +824,16 @@ input.search_field, textarea.search_field {
     min-width: 90px !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 {
     top: calc(100% + 2px);
     background: #fff;