# HG changeset patch # User Michiel Broek # Date 1547896332 -3600 # Node ID 77bbfdaa22e956fbd121d1afef6f1ffd6ea72461 # Parent 6470e5c6a0012ccf73995970b5f43c1d6a75283a Changed buttons colors. diff -r 6470e5c6a001 -r 77bbfdaa22e9 www/js/log_fermentation.js --- a/www/js/log_fermentation.js Sat Jan 19 12:05:37 2019 +0100 +++ b/www/js/log_fermentation.js Sat Jan 19 12:12:12 2019 +0100 @@ -137,18 +137,18 @@ document.close(); newWindow.print(); }); - $("#print").jqxButton({ template: "info", width: 125, theme: theme }); + $("#print").jqxButton({ template: "primary", width: 125, theme: theme }); $("#pdfButton").click(function () { $("#fermenter_chart").jqxChart("saveAsPDF", "vergisting_"+my_code+".pdf", getExportServer()); }); - $("#pdfButton").jqxButton({ template: "info", width: 125, theme: theme }); + $("#pdfButton").jqxButton({ template: "primary", width: 125, theme: theme }); $("#pngButton").click(function () { $("#fermenter_chart").jqxChart("saveAsPNG", "vergisting_"+my_code+".png", getExportServer()); }); - $("#pngButton").jqxButton({ template: "info", width: 125, theme: theme }); + $("#pngButton").jqxButton({ template: "primary", width: 125, theme: theme }); $("#Close").jqxButton({ template: "success", width: 125, theme: theme }); $("#Close").click(function () {