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:
29
e107_web/lib/bootstrap-suggest/dist/bootstrap-suggest.css
vendored
Normal file
29
e107_web/lib/bootstrap-suggest/dist/bootstrap-suggest.css
vendored
Normal 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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user