• R/O
  • HTTP
  • SSH
  • HTTPS

lightdm-webkit2-theme-alter: コミット

GitHubのミラーです
https://github.com/FascodeNet/lightdm-webkit2-theme-alter


コミットメタ情報

リビジョン556c7329319aa7c20da3e14d976ec6c48b5894e9 (tree)
日時2020-03-03 14:39:51
作者naoko1010hh <naoko561010@gmai...>
コミッターnaoko1010hh

ログメッセージ

[更新]:パスワードの選択を有効化

変更サマリ

差分

--- a/css/theme.css
+++ b/css/theme.css
@@ -4,16 +4,19 @@
44 backface-visibility: hidden;
55 user-select: none;
66 }
7+/* 日本語のフォント */
78 @font-face {
89 font-family: 'MyFont';
910 src: url('NotoSansJP-Regular.otf') format('opentype');
1011
1112 }
13+/* 英語のフォント */
1214 @font-face {
1315 font-family: 'MyFont2';
1416 src: url('Renner_ 400 Book.ttf') format('truetype');
1517
1618 }
19+/* 時計のフォント */
1720 @font-face {
1821 font-family: 'MyFont3';
1922 src: url('Lato-Regular.ttf') format('truetype');
@@ -52,7 +55,6 @@ body {
5255 body::before {
5356 content: '';
5457 position: absolute;
55- /* 輪郭がぼやけてしまうのでブラー範囲を広げる */
5658 top: -5px;
5759 bottom: -5px;
5860 left: -5px;
@@ -71,9 +73,9 @@ input {
7173 .caret {
7274 fill: grey !important;
7375 }
74-.row{
75- /* margin: 0 auto 30px; */
76-}
76+/* .row{
77+ margin: 0 auto 30px;
78+} */
7779 .col.right{
7880 position: fixed;
7981 right: 10px;
--- a/index.html
+++ b/index.html
@@ -62,7 +62,7 @@
6262 <!-- Password field -->
6363 <div class="row">
6464 <div class="input-field col s4 offset-s4">
65- <input id="inputPassword" type="password">
65+ <input id="inputPassword" type="password" onselectstart="return true;">
6666 <label for="inputPassword"><script>document.write(text[4])</script></label>
6767 </div>
6868 </div>
旧リポジトリブラウザで表示