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

Update emby-input.css

This commit is contained in:
ManfredRichthofen 2020-01-25 14:49:04 -08:00 committed by GitHub
parent 07359c3f1f
commit ec22a1cd90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,12 +17,12 @@
width: 100%;
}
.emby-input::-moz-focus-inner {
.emby-input::-moz-focus-inner {
border: 0;
}
input:required {
box-shadow:none;
.emby-input:required {
box-shadow:none;
}
.inputContainer {