fix(fe/login): login dialog small fixes

This commit is contained in:
hexxa 2022-01-23 17:56:33 +08:00 committed by Hexxa
parent b1accfdbee
commit 55f45b6c57
4 changed files with 15 additions and 46 deletions

View file

@ -119,12 +119,17 @@
height: 3.8rem;
}
.theme-default #pane-login input {
.theme-default #pane-login input,
.theme-default #pane-login input:hover,
.theme-default #pane-login input:focus,
.theme-default #pane-login input:active {
width: 100%;
padding: 0;
border: none;
margin: 0 1rem;
background-color: transparent;
outline: none;
box-shadow: none;
}
.theme-default #btn-login {