##// END OF EJS Templates
a less jarring color
Paul Ivanov -
Show More
@@ -40,7 +40,7 b''
40 "var hl = function (id, on){\n",
40 "var hl = function (id, on){\n",
41 " $(id)[0].style.background = '';\n",
41 " $(id)[0].style.background = '';\n",
42 " if (on) {\n",
42 " if (on) {\n",
43 " $(id)[0].style.background = 'gold';\n",
43 " $(id)[0].style.background = 'lightcyan';\n",
44 " }\n",
44 " }\n",
45 "};\n",
45 "};\n",
46 "</script>\n",
46 "</script>\n",
General Comments 0
You need to be logged in to leave comments. Login now