Skip to content

Commit

Permalink
Fix: missing variables for CSS _cm_datepicker.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mario33881 committed Aug 21, 2019
1 parent 50bc213 commit 35905bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions raspberry/var/www/html/static/css/settings/_cm_datepicker.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
// BACKGROUND-COLOR dark
$bgdark = adjustBrightness($bgcolor, 10, true); // false -> chiaro, 10 -> 10%

// divide $bglight hex to decimal values
$bglight_r = hextorgb($bglight)[0];
$bglight_g = hextorgb($bglight)[1];
$bglight_b = hextorgb($bglight)[2];
?>

/* datepicker / selettore data */
Expand Down

0 comments on commit 35905bb

Please sign in to comment.