image/w/js/webui.js

changeset 91
255a75322212
parent 79
cb5c73a8ae90
child 116
bafc2d6a0790
--- a/image/w/js/webui.js	Thu Jun 11 22:53:04 2020 +0200
+++ b/image/w/js/webui.js	Mon May 17 20:44:35 2021 +0200
@@ -12,13 +12,15 @@
     setTimer: function(v){
 	$("#timer").text('');
 	if (v == 0) {
-            $("#timer").css("font-size", "18px");
+            $("#timer").css("font-size", "16px");
 	    $("#timer").css("font-weight", "normal");
 	    $("#timer").css("font-family", "Verdana, Arial, sans-serif");
+            $("#timer").css("color", "#ffa400");
 	} else {
-	    $("#timer").css("font-size", "36px");
+	    $("#timer").css("font-size", "32px");
 	    $("#timer").css("font-weight", "bold");
-	    $("#timer").css("font-family", "Courier New, Lucida Console");
+	    $("#timer").css("font-family", "DSEG7-Classic, Courier New, Lucida Console");
+	    $("#timer").css("color", "#00ff00");
 	}
     },
     clearScreen: function(){

mercurial