Revert "login.css: Fix button styling on iOS"
This reverts commit f79bb210ec
.
This commit is contained in:
parent
f79bb210ec
commit
30100caf0c
@ -26,7 +26,7 @@ body {
|
||||
border: 1px solid #ddd;
|
||||
box-sizing: border-box;
|
||||
color: black;
|
||||
width: 100%;
|
||||
flex: 1;
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
@ -34,16 +34,6 @@ body {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.login-form > .field > input[type="submit"] {
|
||||
position: absolute;
|
||||
left: -9999px;
|
||||
}
|
||||
|
||||
.login-form > .field > input[type="submit"]:focus + label {
|
||||
border: 2px solid #000;
|
||||
}
|
||||
|
||||
.login-form > .field > .submit{
|
||||
.login-form > .field > .submit {
|
||||
margin-left: 20px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
@ -38,8 +38,7 @@
|
||||
name="password"
|
||||
autocomplete="current-password"
|
||||
/>
|
||||
<input value="SUBMIT" type="submit" id="submit-button">
|
||||
<label for="submit-button" class="submit -button">SUBMIT</label>
|
||||
<input class="submit -button" value="SUBMIT" type="submit" />
|
||||
</div>
|
||||
{{ERROR}}
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user