fix(fe/login): login dialog small fixes
This commit is contained in:
parent
b1accfdbee
commit
55f45b6c57
4 changed files with 15 additions and 46 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue