<?php if ($buttonColor = $this->themeSetting('button_color')): ?>
button,
.button,
.yellow.button,
[type="submit"],
.toc-block > ul > li {
background-color: <?php echo $buttonColor; ?>
}
table tr {
background-color: <?php echo $this->RgbaColor($buttonColor); ?>;
}
<?php endif; ?>
<?php if ($buttonColor = $this->themeSetting('button_color')): ?>
button,
.button,
.yellow.button,
[type="submit"],
.toc-block > ul > li {
background-color: <?php echo $buttonColor; ?>
}
table tr {
background-color: <?php echo $this->RgbaColor($buttonColor); ?>;
}
<?php endif; ?>