From 2fdcecf1ef6943514b10c78c943c9c02f8d2f886 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 30 Oct 2015 08:48:32 -0400 Subject: [PATCH] removing datepicker div from footer --- css/app.css | 2 +- scss/_page.footer.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 5e44842..1e4823d 100644 --- a/css/app.css +++ b/css/app.css @@ -7633,7 +7633,7 @@ ul#social-foot { background: #0093d1; } .ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all { - display: none; } + display: none !important; } #copyright { padding: 20px 0; diff --git a/scss/_page.footer.scss b/scss/_page.footer.scss index 84515ba..c44e3b5 100644 --- a/scss/_page.footer.scss +++ b/scss/_page.footer.scss @@ -131,5 +131,5 @@ ul#social-foot { } } .ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all{ - display: none; + display: none !important; } -- 2.17.1