diff --git a/css/jquery.uls.css b/css/jquery.uls.css index a3b49d2..16dacf3 100644 --- a/css/jquery.uls.css +++ b/css/jquery.uls.css @@ -138,7 +138,8 @@ div.uls-region { transition: opacity 0.15s linear; } -.map-block:hover, .map-block:hover a { +.map-block:hover, +.map-block:hover a { opacity: 1; color: #333; } diff --git a/src/jquery.uls.core.js b/src/jquery.uls.core.js index 3d84c63..8ed6bef 100644 --- a/src/jquery.uls.core.js +++ b/src/jquery.uls.core.js @@ -95,7 +95,7 @@ this.top = this.options.top; this.shown = false; this.initialized = false; - this.$languageFilter = this.$menu.find( 'input#languagefilter' ); + this.$languageFilter = this.$menu.find( '#languagefilter' ); this.$regionFilters = this.$menu.find( '.uls-region' ); this.$resultsView = this.$menu.find( 'div.uls-language-list' ); this.render();