输入框线条
This commit is contained in:
parent
6707868915
commit
312fa61489
|
@ -139,8 +139,9 @@
|
|||
</li>
|
||||
<li class="new_login_lock">
|
||||
<%= password_field_tag 'password', nil, :tabindex => '2', :class => 'new_loggin_input' , :placeholder => '请输入登录密码', :onkeypress => "user_name_keypress(event);"%>
|
||||
<p class="new_login_error"><%= flash.empty? || flash[:error].nil? ? "" : flash[:error].html_safe %></p>
|
||||
</li>
|
||||
<p class="new_login_error"><%= flash.empty? || flash[:error].nil? ? "" : flash[:error].html_safe %></p>
|
||||
|
||||
<li>
|
||||
<% if Setting.autologin? %>
|
||||
<label><%= check_box_tag 'autologin', 1, true, :tabindex => 4, :class => "new_login_check" %><%= l(:label_stay_logged_in) %></label>
|
||||
|
|
|
@ -1672,6 +1672,7 @@ input.new_register_input{
|
|||
width:250px;
|
||||
height:45px;
|
||||
border:none;
|
||||
outline: none;
|
||||
}
|
||||
input.new_loggin_input{
|
||||
-webkit-box-shadow: 0 0 0px 1000px white inset;
|
||||
|
|
Loading…
Reference in New Issue