1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-15 11:04:18 +02:00

Bootstrap-suggest library added.

This commit is contained in:
Cameron
2021-02-24 15:36:16 -08:00
parent 5f085c9446
commit 827af45c03
5 changed files with 742 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
/*!
* bootstra-suggest - v2.0.3 (https://github.com/lodev09/bootstrap-suggest#readme)
* Copyright 2013-2019 Jovanni Lo (lodev09@gmail.com)
* Licensed under MIT (https://github.com/lodev09/bootstrap-suggest/blob/master/LICENSE)
*/
.suggest {
/* position: relative; */
top: 7px;
z-index: 30;
text-align: left;
}
.suggest > .dropdown-menu {
margin-top: 15px;
position: absolute;
height: 200px;
overflow-y: scroll
}
.suggest > .dropdown-menu > a.dropdown-item {
border-top: 1px solid #eeeeee;
padding: 5px 10px;
}
.suggest > .dropdown-menu > a.dropdown-item:first-child {
border-top: 0;
}