mirror of https://gitlab.crans.org/bde/nk20
Hide login select arrow on firefox
This commit is contained in:
parent
501d02d05c
commit
a3af2b0d9a
|
@ -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');
|
background: #fff right 1rem top 50% / 5% no-repeat url('fa-lock.svg');
|
||||||
padding-right: 3rem;
|
padding-right: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#login-form select {
|
||||||
|
-moz-appearance: none;
|
||||||
|
}
|
Loading…
Reference in New Issue