Files
vk-mute/src/dom/dom.css
2021-06-27 23:58:01 +03:00

30 lines
551 B
CSS

.mute_tooltip {
position: absolute;
left: -50px;
top: -33px;
display: none;
}
.mute_tooltip::after {
left: 61px !important;
}
/* Show the tooltip text when you mouse over the tooltip container */
.mute_message:hover .mute_tooltip {
display: block !important;
opacity: 1;
}
.mute_message {
position: relative;
display: inline-block;
vertical-align: top;
padding-top: 2px;
width: 24px;
height: 24px;
background-size: 11px !important;
}
.im-mess--actions {
margin-right: -30px !important;
}