Skip to content
Snippets Groups Projects
Commit a3af2b0d authored by me5na7qbjqbrp's avatar me5na7qbjqbrp
Browse files

Hide login select arrow on firefox

parent 501d02d0
No related branches found
No related tags found
3 merge requests!104Beta,!98Morefront,!94Color front
......@@ -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;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment