Files
NodeBB/public/vendor/jquery/textcomplete/jquery.textcomplete.css

33 lines
474 B
CSS
Raw Normal View History

2015-03-13 15:01:52 -04:00
/* Sample */
2015-03-13 18:04:07 -04:00
/*.dropdown-menu {
2015-03-13 15:01:52 -04:00
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);
2015-03-13 18:04:07 -04:00
}*/
2015-03-13 15:01:52 -04:00
/* SHOULD not modify */
2015-03-13 18:04:07 -04:00
/*.dropdown-menu {
2015-03-13 15:01:52 -04:00
list-style: none;
padding: 0;
margin: 0;
}
.dropdown-menu a:hover {
cursor: pointer;
2015-03-13 18:04:07 -04:00
}*/