From 569d9c3d4f73f0627eec8fe2099795b114c90520 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sun, 18 May 2014 18:55:31 -0400 Subject: [PATCH] Use a standard color for horizontal rules. --- main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index dbfe946..4481a93 100644 --- a/main.js +++ b/main.js @@ -570,7 +570,7 @@ function hook_export() { $("#dialog td") .append($("
") .css("border", "none") - .css("background-color", "#AAA") + .css("background-color", "#bebebe") .css("height", "1px")) .append($("

") .html("The regular list export above will only include " + @@ -592,7 +592,7 @@ function hook_export() { function hook_import() { $("#content").append($("


") .css("border", "none") - .css("background-color", "#AAA") + .css("background-color", "#bebebe") .css("height", "1px")) .append($("

") .html("You can also import decimal scores here. Doing so will " +