mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-03 08:08:45 +02:00
13 lines
248 B
CSS
13 lines
248 B
CSS
.tooltipster-punk {
|
|
border-radius: 5px;
|
|
border-bottom: 3px solid #82B92E;
|
|
background: #ccc;
|
|
color: #fff;
|
|
}
|
|
.tooltipster-punk .tooltipster-content {
|
|
font-family: 'Courier', monospace;
|
|
font-size: 14px;
|
|
line-height: 16px;
|
|
padding: 8px 10px;
|
|
}
|