Files
NodeBB/public/vendor/jquery/textcomplete/jquery.textcomplete.css
Barış Soner Uşaklı eda98a35ea closes #2862
2015-03-13 15:01:52 -04:00

33 lines
466 B
CSS

/* Sample */
.dropdown-menu {
border: 1px solid #ddd;
background-color: white;
}
.dropdown-menu li {
border-top: 1px solid #ddd;
padding: 2px 5px;
}
.dropdown-menu li:first-child {
border-top: none;
}
.dropdown-menu li:hover,
.dropdown-menu .active {
background-color: rgb(110, 183, 219);
}
/* SHOULD not modify */
.dropdown-menu {
list-style: none;
padding: 0;
margin: 0;
}
.dropdown-menu a:hover {
cursor: pointer;
}