Dashboard - Add gradient background color settings (#6972)

* Dashboard - Add gradient background color setting
This commit is contained in:
Alex
2024-05-08 08:54:18 -07:00
committed by GitHub
parent 8657a68d7e
commit 66b57a7784
17 changed files with 1100 additions and 946 deletions

View File

@@ -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 {