Add "remember me" checkbox in connect form

This commit is contained in:
Simon Ser
2020-06-06 10:19:44 +02:00
parent a8e876843b
commit a08fdeea8f
3 changed files with 32 additions and 1 deletions
+4 -1
View File
@@ -61,7 +61,10 @@ body {
margin: 0 auto;
max-width: 300px;
}
#connect input {
#connect input[type="text"],
#connect input[type="username"],
#connect input[type="password"],
#connect input[type="url"] {
box-sizing: border-box;
width: 100%;
}