Remove red login border on firefox
Keeps the required input text box while removing the red border
This commit is contained in:
committed by
GitHub
parent
6e8c963c35
commit
07359c3f1f
@@ -21,6 +21,10 @@
|
||||
border: 0;
|
||||
}
|
||||
|
||||
input:required {
|
||||
box-shadow:none;
|
||||
}
|
||||
|
||||
.inputContainer {
|
||||
margin-bottom: 1.8em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user