aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--static/wedding.css3
-rw-r--r--static/wedding.js1
2 files changed, 3 insertions, 1 deletions
diff --git a/static/wedding.css b/static/wedding.css
index fb791e1..792dd2d 100644
--- a/static/wedding.css
+++ b/static/wedding.css
@@ -23,6 +23,9 @@ header {
padding: 1em 0;
}
+.nav-pills > li.active a, .nav-pills > li.active a:hover{
+ background-color: #6dbadf;
+}
#login {
margin: 1.5em auto;
width: 75%;
diff --git a/static/wedding.js b/static/wedding.js
index b616224..9dda4c0 100644
--- a/static/wedding.js
+++ b/static/wedding.js
@@ -48,5 +48,4 @@ $(function(){
$("#kidsnames").prop("disabled", $(this).val()=="0");
});
updateFields($("input:radio[name=rsvp]:checked").val() == "0");
- $("li.active a").css("background-color", "#6dbadf");
});