1dcc68f387
fix: upgrade tooltip dependency and fix open tooltip on mobile (port from 2.7)
19 lines
410 B
CSS
19 lines
410 B
CSS
.tippy-box[data-theme~='bbbtip']{
|
|
color:#fff;
|
|
background-color:#333333;
|
|
padding: .25rem .5rem;
|
|
border-radius: 4px;
|
|
user-select: none;
|
|
}
|
|
|
|
.tippy-box[data-theme~='bbbtip']>.tippy-svg-arrow{
|
|
fill: #333333;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.tippy-box[data-theme~='bbbtip']>.tippy-content{
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|