tildefriends/apps/ssb/tribute.css

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

33 lines
523 B
CSS
Raw Permalink Normal View History

.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;
}
.tribute-container ul {
2024-02-24 11:09:34 -05:00
margin: 0;
margin-top: 2px;
padding: 0;
list-style: none;
background: #efefef;
}
.tribute-container li {
2024-02-24 11:09:34 -05:00
padding: 5px 5px;
cursor: pointer;
}
.tribute-container li.highlight {
2024-02-24 11:09:34 -05:00
background: #ddd;
}
.tribute-container li span {
2024-02-24 11:09:34 -05:00
font-weight: bold;
}
.tribute-container li.no-match {
2024-02-24 11:09:34 -05:00
cursor: default;
}
.tribute-container .menu-highlighted {
2024-02-24 11:09:34 -05:00
font-weight: bold;
}