aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2015-03-27 20:54:55 -0400
committerGuillaume Horel <guillaume.horel@gmail.com>2015-03-27 20:54:55 -0400
commitcefb3f9cbe624bdcfbb0ec7e0d08d9eb9576df1c (patch)
tree84228277904c3355c9d6e253116baecba2fc669d
parent61d30116bc86a3d2c5ef6f1e5f9858770a6bf61b (diff)
downloadwedding-website-cefb3f9cbe624bdcfbb0ec7e0d08d9eb9576df1c.tar.gz
change the buttons color
-rw-r--r--static/wedding.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/wedding.js b/static/wedding.js
index 378212b..1515055 100644
--- a/static/wedding.js
+++ b/static/wedding.js
@@ -48,4 +48,5 @@ $(function(){
$("#kidsnames").prop("disabled", $(this).val()=="0");
});
updateFields($("input:radio[name=rsvp]:checked").val() == "0");
+ $("li.active a").css("background-color", "#6dbadf");
});