12 lines
236 B
CSS
12 lines
236 B
CSS
|
.tippy-tooltip.bbbtip-theme{
|
||
|
color:#fff;
|
||
|
background-color:#333333;
|
||
|
padding: .25rem;
|
||
|
border-radius: 4px;
|
||
|
}
|
||
|
|
||
|
.tippy-tooltip.bbbtip-theme>.tippy-svg-arrow{
|
||
|
fill: #333333;
|
||
|
background-color: transparent;
|
||
|
}
|