Changed buttons colors.

Sat, 19 Jan 2019 12:12:12 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 19 Jan 2019 12:12:12 +0100
changeset 190
77bbfdaa22e9
parent 189
6470e5c6a001
child 191
fd1d7225ca6e

Changed buttons colors.

www/js/log_fermentation.js file | annotate | diff | comparison | revisions
--- 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 () {

mercurial