#tooltip
$this->lessVariables['tooltip-background'] = Color::colorToCSS($this->config->tooltipBackColor);
$this->lessVariables['tooltip-color'] = Color::colorToCSS($this->config->tooltipTextColor);
- $this->lessVariables['tooltip-font-size'] = 14 * (($this->config->tooltipTextSize ?: 100) / 100);
+ $this->lessVariables['tooltip-font-size'] = $this->config->tooltipTextSize;
+ $this->lessVariables['tooltip-padding'] = $this->config->tooltipPadding;
#Videos
if ($this->config->bigPlayImage) {
$this->vdir->copy($p, 'data/' . $path);
return $p;
}
- $po=str_replace('.svg', '.o.svg', $p);
+ $po = str_replace('.svg', '.o.svg', $p);
if (file_exists($po)) {
copy($po, $p);
$this->vdir->copy($p, 'data/' . $path);