1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2024-11-26 18:37:12 +00:00

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

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;
}