From: Anthony Talarico Date: Mon, 14 Mar 2016 20:02:19 +0000 (-0400) Subject: fixed drop down icons for bed and breakfast, shopping X-Git-Tag: v1.0.0^2~99 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=1696397da0d46f08db5a13d3d648f60bac5402cf;p=WP-Themes%2FDiscoverKZOO.git fixed drop down icons for bed and breakfast, shopping --- diff --git a/assets/269-cool-things.jpg b/assets/269-cool-things.jpg old mode 100644 new mode 100755 index 69b2406..37bf552 Binary files a/assets/269-cool-things.jpg and b/assets/269-cool-things.jpg differ diff --git a/css/app.css b/css/app.css index 109627b..777db06 100644 --- a/css/app.css +++ b/css/app.css @@ -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; diff --git a/js/app.js b/js/app.js index 6d51ddc..d0db7da 100644 --- 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", ""); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 98260de..f1c3c64 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -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", ""); diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 7790a0d..5a41047 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -325,7 +325,7 @@ &.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;