2017-12-11 11:33:04 +05:30
|
|
|
.tribute-container {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
height: auto;
|
|
|
|
max-height: 300px;
|
|
|
|
max-width: 500px;
|
|
|
|
overflow: auto;
|
|
|
|
display: block;
|
|
|
|
z-index: 999999; }
|
|
|
|
.tribute-container ul {
|
|
|
|
margin: 0;
|
|
|
|
margin-top: 2px;
|
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
2018-02-03 13:39:35 +05:30
|
|
|
background: #efefef; }
|
2017-12-11 11:33:04 +05:30
|
|
|
.tribute-container li {
|
2018-02-03 13:39:35 +05:30
|
|
|
padding: 5px 5px;
|
2017-12-11 11:33:04 +05:30
|
|
|
cursor: pointer; }
|
|
|
|
.tribute-container li.highlight, .tribute-container li:hover {
|
2018-02-03 13:39:35 +05:30
|
|
|
background: #ddd; }
|
2017-12-11 11:33:04 +05:30
|
|
|
.tribute-container li span {
|
|
|
|
font-weight: bold; }
|
|
|
|
.tribute-container li.no-match {
|
|
|
|
cursor: default; }
|
|
|
|
.tribute-container .menu-highlighted {
|
|
|
|
font-weight: bold; }
|