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:
parent
6e8c963c35
commit
07359c3f1f
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@
|
|||
border: 0;
|
||||
}
|
||||
|
||||
input:required {
|
||||
box-shadow:none;
|
||||
}
|
||||
|
||||
.inputContainer {
|
||||
margin-bottom: 1.8em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue