From: Anthony Talarico Date: Thu, 3 Dec 2015 16:16:24 +0000 (-0500) Subject: set res form bottom image to z-index 99 to hide corner of 'play' dropdown X-Git-Tag: v1.0.0^2~149 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a1eab022b4592038d4a55a1f708af9752c9e95fa;p=WP-Themes%2Fstaffords.git set res form bottom image to z-index 99 to hide corner of 'play' dropdown --- diff --git a/css/app.css b/css/app.css index ee6cec2..fcd5a12 100644 --- a/css/app.css +++ b/css/app.css @@ -6704,7 +6704,8 @@ header .searchform input[type="submit"]:hover { content: url(../assets/reservations-bottom.png); height: 30px; bottom: -30px; - left: 0px; } + left: 0px; + z-index: 99; } #res-tab li { list-style: none; padding: 20px 0; } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index a145e57..c7c5bf4 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -343,6 +343,7 @@ height: 30px; bottom: -30px; left: 0px; + z-index: 99; } li { list-style: none;