B2主题美化小工具“创建圈子”按钮,直接上图,把下方css样式添加到相应样式文件里面就行了
.circle-widget-button .text {
background: #2485e5!important;
border: 1px solid #2485e5!important;
border-radius: 0!important;
color: #fff!important;
padding: 8px 16px;
transition: opacity .2s;
position: relative;
cursor: pointer;
font-size: 12px;
margin: 0;
white-space: nowrap;
}
美化后效果图: