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

Merge pull request #730 from ManfredRichthofen/patch-2

Remove red login border on firefox
This commit is contained in:
Vasily 2020-01-28 16:01:28 +03:00 committed by GitHub
commit b6e0495a1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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