Skip to content

Commit

Permalink
[更新]:パスワードの選択を有効化
Browse files Browse the repository at this point in the history
  • Loading branch information
naoko1010hh committed Mar 3, 2020
1 parent e82c72b commit 556c732
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,19 @@
backface-visibility: hidden;
user-select: none;
}
/* 日本語のフォント */
@font-face {
font-family: 'MyFont';
src: url('NotoSansJP-Regular.otf') format('opentype');

}
/* 英語のフォント */
@font-face {
font-family: 'MyFont2';
src: url('Renner_ 400 Book.ttf') format('truetype');

}
/* 時計のフォント */
@font-face {
font-family: 'MyFont3';
src: url('Lato-Regular.ttf') format('truetype');
Expand Down Expand Up @@ -52,7 +55,6 @@ body {
body::before {
content: '';
position: absolute;
/* 輪郭がぼやけてしまうのでブラー範囲を広げる */
top: -5px;
bottom: -5px;
left: -5px;
Expand All @@ -71,9 +73,9 @@ input {
.caret {
fill: grey !important;
}
.row{
/* margin: 0 auto 30px; */
}
/* .row{
margin: 0 auto 30px;
} */
.col.right{
position: fixed;
right: 10px;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h1 class="welcome-text"><script>document.write(text[1])</script></h1>
<!-- Password field -->
<div class="row">
<div class="input-field col s4 offset-s4">
<input id="inputPassword" type="password">
<input id="inputPassword" type="password" onselectstart="return true;">
<label for="inputPassword"><script>document.write(text[4])</script></label>
</div>
</div>
Expand Down

0 comments on commit 556c732

Please sign in to comment.