diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2015-03-27 20:54:55 -0400 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2015-03-27 20:54:55 -0400 |
| commit | cefb3f9cbe624bdcfbb0ec7e0d08d9eb9576df1c (patch) | |
| tree | 84228277904c3355c9d6e253116baecba2fc669d /static/wedding.js | |
| parent | 61d30116bc86a3d2c5ef6f1e5f9858770a6bf61b (diff) | |
| download | wedding-website-cefb3f9cbe624bdcfbb0ec7e0d08d9eb9576df1c.tar.gz | |
change the buttons color
Diffstat (limited to 'static/wedding.js')
| -rw-r--r-- | static/wedding.js | 1 |
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"); }); |
