いつもお世話になっています。
デザインレシピ記載の検索窓の色を変えたいんですが、うまくいきません。
色2箇所と虫眼鏡マークを変更すればと思い、下記ソースに変更したのですが、
虫眼鏡マークが隠れているようです。
どうすればいいでしょうか?ご教授よろしくお願いします。
<!-- 検索窓 -->
<style>.shopSearchForm{width:100%;max-width:620px;margin:0 auto;}.shopSearchForm > *{vertical-align:bottom;box-sizing:border-box;height:38px;}.shopSearchInput{width:calc(100% - 45px);border:2px solid #808080;border-radius:3px;text-indent:8px;font-size:12px;font-family:"Meiryo", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;line-height:32px;}.shopSearchButton{border:none;border-radius:3px;width:48px;margin:0 0 0 -3px;cursor:pointer;background:#808080 url(https//www.rakuten.ne.jp/gold/SHOP-URL/searchicon.png) no-repeat 1px -239px;}</style><form method="get" class="shopSearchForm" action="
https://esearch.rakuten.co.jp/rms/sd/esearch/vc" accept-charset="EUC-JP" target="_top"><input type="hidden" name="sid" value="SHOP-ID"><input type="text" name="sitem" value="" size="40" placeholder="ショップ内から探す" class="shopSearchInput"><button class="shopSearchButton"></button></form>
<!-- /検索窓 -->