From: Anthony Talarico Date: Fri, 30 Oct 2015 12:48:32 +0000 (-0400) Subject: removing datepicker div from footer X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=2fdcecf1ef6943514b10c78c943c9c02f8d2f886;p=WP-Themes%2Fglmthemes%2Fbpla-theme.git removing datepicker div from footer --- 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; }