mirror of
https://github.com/anatolykopyl/vk-mute.git
synced 2026-03-26 21:05:16 +00:00
30 lines
551 B
CSS
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;
|
|
} |