Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
sora
/
sanitary-net
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
adc04b27
authored
Oct 30, 2020
by
o.kimura
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
サイト内検索と分かるように・仮
parent
159c8191
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
1 deletions
utsukushitoilet/shared/css/common_jp.css
utsukushitoilet/shared/js/common.js
utsukushitoilet/shared/css/common_jp.css
View file @
adc04b27
...
@@ -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
;
}
}
utsukushitoilet/shared/js/common.js
View file @
adc04b27
...
@@ -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
;
});
});
});
});
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment