removing datepicker div from footer
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 30 Oct 2015 12:48:32 +0000 (08:48 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 30 Oct 2015 12:48:32 +0000 (08:48 -0400)
css/app.css
scss/_page.footer.scss

index 5e44842..1e4823d 100644 (file)
@@ -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;
index 84515ba..c44e3b5 100644 (file)
@@ -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;
 }