Hide login select arrow on firefox

This commit is contained in:
Alexandre Iooss 2020-08-21 17:52:10 +02:00
parent 501d02d05c
commit a3af2b0d9a
1 changed files with 4 additions and 0 deletions

View File

@ -12,3 +12,7 @@ Font-Awesome attribution is already done inside SVG files
background: #fff right 1rem top 50% / 5% no-repeat url('fa-lock.svg');
padding-right: 3rem;
}
#login-form select {
-moz-appearance: none;
}