Commit adc04b27 by o.kimura

サイト内検索と分かるように・仮

parent 159c8191
...@@ -1583,3 +1583,20 @@ body.active .menu_box .manage a { ...@@ -1583,3 +1583,20 @@ body.active .menu_box .manage a {
display: none; display: none;
} }
} }
#gsc-i-id1::placeholder {
color: #657A85;
font-weight: bold;
}
@media screen and (max-width:640px) {
#gsc-i-id1::placeholder {
font-size: 10px;
}
.gsc-input-box {
padding-top: 0!important;
border-top-left-radius: 0!important;
border-bottom-left-radius: 0!important;
}
}
...@@ -42,7 +42,11 @@ $(function () { ...@@ -42,7 +42,11 @@ $(function () {
overlay.slideUp('fast'); overlay.slideUp('fast');
}); });
setTimeout(function () {
$("#gsc-i-id1").attr("placeholder", "サイト内検索");
$("#gsc-i-id1").css("background", "none");
$("#gsc-i-id1").css("font-family", 'Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "MS Pゴシック", sans-serif');
}, 1200);
}); });
/* モバイル用ナビゲーション */ /* モバイル用ナビゲーション */
...@@ -98,4 +102,6 @@ var smoothScroll = (function () { ...@@ -98,4 +102,6 @@ var smoothScroll = (function () {
}, speed, 'swing'); }, speed, 'swing');
return false; return false;
}); });
}); });
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment