mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Dashboard - Add gradient background color settings (#6972)
* Dashboard - Add gradient background color setting
This commit is contained in:
@@ -2631,7 +2631,7 @@ else { //default: white
|
||||
$padding_top_bottom = (int) floor((100-$tmp) * 0.25);
|
||||
?>
|
||||
padding-top: <?php echo $padding_top_bottom.'px' ?>;
|
||||
padding-bottom: <?php echo ($padding_top_bottom).'px' ?>;
|
||||
padding-bottom: <?php echo $padding_top_bottom.'px' ?>;
|
||||
}
|
||||
|
||||
span.hud_stat:hover {
|
||||
|
||||
Reference in New Issue
Block a user