diff www/martin/js/nodescore-slides.js @ 79:e4db7d4d1d08

major UI fixes for martin version interface
author Rob Canning <rob@foo.net>
date Tue, 15 Jul 2014 23:49:44 +0100
parents b7f9ade92165
children
line wrap: on
line diff
--- a/www/martin/js/nodescore-slides.js	Tue Jul 15 17:48:35 2014 +0100
+++ b/www/martin/js/nodescore-slides.js	Tue Jul 15 23:49:44 2014 +0100
@@ -46,7 +46,7 @@
 function countinClient(groupID, currentseconds,mm,text,colour,background,unit){
     var groupPage=document.getElementById('group').value
     if (groupID == groupPage) {
-	$("#counttitle").css('color','white');
+	$("#counttitle").css('color','black');
 	$("#counttitle").text(text);
 	$("#count").text(currentseconds);
 	document.getElementById("count").style.color=colour;
@@ -224,4 +224,4 @@
     function clear () {
 	$('#message').val('').focus();
     };
-});
\ No newline at end of file
+});