mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-08-31 14:48:35 +02:00
13 lines
240 B
CSS
13 lines
240 B
CSS
.tooltipster-noir {
|
|
border-radius: 0px;
|
|
border: 3px solid #82B92E;
|
|
background: #fff;
|
|
color: #2c2c2c;
|
|
}
|
|
.tooltipster-noir .tooltipster-content {
|
|
font-family: 'Georgia', serif;
|
|
font-size: 14px;
|
|
line-height: 16px;
|
|
padding: 8px 10px;
|
|
}
|