Fix signin username floating label
This commit is contained in:
parent
58aacd4814
commit
c56416f291
@ -42,6 +42,10 @@ body {
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
#inputUsername:focus~label {
|
||||
z-index: 101;
|
||||
}
|
||||
|
||||
#inputPassword,
|
||||
#inputPassword2 {
|
||||
border-top-left-radius: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user