Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
smartloli committed Nov 12, 2018
1 parent f059ef0 commit 2d3a888
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,4 @@ Thanks to the following members for maintaining the project.
|smartloli|[smartloli](https://github.com/smartloli)|smartloli.org@gmail.com|
|hexiang|[hexian55](https://github.com/hexian55)|hexiang55@gmail.com|
|cocodroid|[cocodroid](https://github.com/cocodroid)|sujunguang@gmail.com|
|alisa|[alisa](https://github.com/zoumm)|alisazou1211@gmail.com|
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<meta name="description" content="">
<link rel="shortcut icon" href="/ke/media/img/favicon.ico" />
<style type="text/css">
/** start: Add author by alisa. */
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill
{
-webkit-text-fill-color: #ededed !important;
Expand All @@ -25,6 +26,7 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill
input {
background-color: transparent;
}
/** end*/
</style>
<link rel="stylesheet" href="/ke/media/css/public/account/main.css">
</head>
Expand All @@ -49,8 +51,8 @@ input {
<div class="form-group">
<input class="form-control input-underline input-lg" id="pwd"
name="password" placeholder="Password" autocomplete="off"
name="pwd" type="password"> <input
type="hidden" id="ref_url" name="ref_url" type="text">
name="pwd" type="password"> <input type="hidden"
id="ref_url" name="ref_url" type="text">
</div>
<div class="form-group">
<div id="alert_mssage" style="display: none"
Expand Down

0 comments on commit 2d3a888

Please sign in to comment.