CSS for emote titles

This commit is contained in:
zSoulweaver 2015-12-04 09:05:52 +10:00
parent b3556b947e
commit e010b9fab8
1 changed files with 26 additions and 0 deletions

View File

@ -469,4 +469,30 @@
.bd-minimal-chan #bd-show-channels {
display:block !important;
}
.tipsy {
z-index: 9000000001!important;
position: absolute;
padding: 5px;
display: block;
visibility: visible;
opacity: 0.8;
}
.tipsy-arrow {
position: absolute;
width: 0;
height: 0;
border: 5px solid transparent;
bottom: 0;
right: 10px;
border-bottom: none;
border-top-color: black;
}
.tipsy-inner {
background-color: black;
color: white;
max-width: 200px;
padding: 5px 8px 4px;
text-align: center;
}