/*将发送按键修改成红底"嘟嘟🕯️"的css*/
/*toot button - By slashine 073020*/
/*Modified by chasedream1129 060422*/
button.button.button--block {
background: #DF415A;
text-indent: -99999px;
line-height: 0;
}
button.button.button--block::after {
content: "嘟嘟🕯️";
text-indent: 0;
line-height: initial;
display: block;
margin-top: 0rem;
}