fixed drop down icons for bed and breakfast, shopping
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 14 Mar 2016 20:02:19 +0000 (16:02 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 14 Mar 2016 20:02:19 +0000 (16:02 -0400)
assets/269-cool-things.jpg [changed mode: 0644->0755]
css/app.css
js/app.js
js/custom/pageSetup.js
scss/_topbar.scss

old mode 100644 (file)
new mode 100755 (executable)
index 69b2406..37bf552
Binary files a/assets/269-cool-things.jpg and b/assets/269-cool-things.jpg differ
index 109627b..777db06 100644 (file)
@@ -6628,7 +6628,7 @@ header {
           height: 21px; }
         .top-bar-section ul li ul.dropdown li.bed:before {
           content: '';
-          background: url(../assets/dropdown/beer-icon.png) no-repeat;
+          background: url(../assets/dropdown/bed-and-breakfasts-icon.png) no-repeat;
           position: absolute;
           top: 10px;
           left: 15px;
index 6d51ddc..d0db7da 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -58,6 +58,7 @@ $(document).ready(function () {
     // remove drop down arrow icons from sub menu items
     $("#menu-menu-1").find(".dropdown").children("li").removeClass("has-dropdown");
     
+
     // remove #/gallery/recent from url to track current page
     var url = window.location.href.replace("#/gallery/recent", "");
 
index 98260de..f1c3c64 100644 (file)
@@ -45,10 +45,9 @@ $(document).ready(function () {
 //        });
 //    });
 //    $("#menu-side").children("ul").addClass("sidebar");
-    
     // remove drop down arrow icons from sub menu items
     $("#menu-menu-1").find(".dropdown").children("li").removeClass("has-dropdown");
-    
+
     // remove #/gallery/recent from url to track current page
     var url = window.location.href.replace("#/gallery/recent", "");
 
index 7790a0d..5a41047 100644 (file)
                     &.bed {
                         &:before {
                             content: '';
-                            background: url(../assets/dropdown/beer-icon.png) no-repeat;
+                            background: url(../assets/dropdown/bed-and-breakfasts-icon.png) no-repeat;
                             position: absolute;
                             top: 10px;
                             left: 15px;