Skip to content

Commit

Permalink
Finish the upgrade to jquery-ui autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
patfreeman committed Sep 27, 2021
1 parent f495b87 commit 465d17d
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 856 deletions.
20 changes: 4 additions & 16 deletions ocemr/static/css/jquery.autocomplete.css
Expand Up @@ -19,26 +19,27 @@
//
//########################################################################
// Copyright 2011-8 Philip Freeman <elektron@halo.nu>
// Copyright 2021 Pat Freeman <github@e2r4.com>
//#########################################################################
*/

.ac_results {
.ui-autocomplete {
padding: 0px;
border: 1px solid black;
background-color: white;
overflow: hidden;
z-index: 99999;
}

.ac_results ul {
.ui-autocomplete ul {
width: 100%;
list-style-position: outside;
list-style: none;
padding: 0;
margin: 0;
}

.ac_results li {
.ui-autocomplete li {
margin: 0px;
padding: 2px 5px;
cursor: default;
Expand All @@ -57,16 +58,3 @@
line-height: 16px;
overflow: hidden;
}

.ac_loading {
background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
background-color: #eee;
}

.ac_over {
background-color: #0A246A;
color: white;
}

0 comments on commit 465d17d

Please sign in to comment.