11 lines
213 B
CSS
11 lines
213 B
CSS
.tooltipster-punk {
|
|
border-radius: 0;
|
|
border-bottom: 3px solid #D15050;
|
|
background: #373737;
|
|
color: #fff;
|
|
}
|
|
.tooltipster-punk .tooltipster-content {
|
|
font-size: 11px;
|
|
line-height: 16px;
|
|
padding: 5px 20px;
|
|
} |