2022-10-15 14:22:13 -04:00
|
|
|
.tribute-container {
|
2024-02-24 11:09:34 -05:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
height: auto;
|
|
|
|
overflow: auto;
|
|
|
|
display: block;
|
|
|
|
z-index: 999999;
|
2022-10-15 14:22:13 -04:00
|
|
|
}
|
|
|
|
.tribute-container ul {
|
2024-02-24 11:09:34 -05:00
|
|
|
margin: 0;
|
|
|
|
margin-top: 2px;
|
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
|
|
|
background: #efefef;
|
2022-10-15 14:22:13 -04:00
|
|
|
}
|
|
|
|
.tribute-container li {
|
2024-02-24 11:09:34 -05:00
|
|
|
padding: 5px 5px;
|
|
|
|
cursor: pointer;
|
2022-10-15 14:22:13 -04:00
|
|
|
}
|
|
|
|
.tribute-container li.highlight {
|
2024-02-24 11:09:34 -05:00
|
|
|
background: #ddd;
|
2022-10-15 14:22:13 -04:00
|
|
|
}
|
|
|
|
.tribute-container li span {
|
2024-02-24 11:09:34 -05:00
|
|
|
font-weight: bold;
|
2022-10-15 14:22:13 -04:00
|
|
|
}
|
|
|
|
.tribute-container li.no-match {
|
2024-02-24 11:09:34 -05:00
|
|
|
cursor: default;
|
2022-10-15 14:22:13 -04:00
|
|
|
}
|
|
|
|
.tribute-container .menu-highlighted {
|
2024-02-24 11:09:34 -05:00
|
|
|
font-weight: bold;
|
|
|
|
}
|