Hide login select arrow on firefox
This commit is contained in:
parent
501d02d05c
commit
a3af2b0d9a
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue