1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Remove red login border on firefox

Keeps the required input text box while removing the red border
This commit is contained in:
ManfredRichthofen 2020-01-24 13:20:06 -08:00 committed by GitHub
parent 6e8c963c35
commit 07359c3f1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,10 @@
border: 0;
}
input:required {
box-shadow:none;
}
.inputContainer {
margin-bottom: 1.8em;
}