1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00
Files
php-e107/e107_web/lib/bootstrap-suggest/dist/bootstrap-suggest.css
2021-02-24 15:36:16 -08:00

30 lines
617 B
CSS

/*!
* 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;
}