2019-12-04 02:49:09 +08:00
|
|
|
.tippy-tooltip.bbbtip-theme{
|
|
|
|
color:#fff;
|
|
|
|
background-color:#333333;
|
2023-04-06 01:46:22 +08:00
|
|
|
padding: .25rem .5rem;
|
2019-12-04 02:49:09 +08:00
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tippy-tooltip.bbbtip-theme>.tippy-svg-arrow{
|
|
|
|
fill: #333333;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
2023-04-06 01:46:22 +08:00
|
|
|
|
|
|
|
.tippy-tooltip.bbbtip-theme>.tippy-content{
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|