mirror of
https://github.com/simon987/Simple-Incremental-Search-Tool.git
synced 2025-12-14 15:49:04 +00:00
Fixed some bugs. Started auto complete
This commit is contained in:
9
static/css/auto-complete.css
Normal file
9
static/css/auto-complete.css
Normal file
@@ -0,0 +1,9 @@
|
||||
.autocomplete-suggestions {
|
||||
text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);
|
||||
|
||||
/* core styles should not be changed */
|
||||
position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
|
||||
}
|
||||
.autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: #333; }
|
||||
.autocomplete-suggestion b { font-weight: normal; color: #1f8dd6; }
|
||||
.autocomplete-suggestion.selected { background: #f0f0f0; }
|
||||
41
static/css/bootstrap-slider.min.css
vendored
Normal file
41
static/css/bootstrap-slider.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
3
static/js/auto-complete.min.js
vendored
Normal file
3
static/js/auto-complete.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
5
static/js/bootstrap-slider.min.js
vendored
Normal file
5
static/js/bootstrap-slider.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user